function AggregatorTestBase::getHtmlEntitiesSample
Returns a example feed.
Return value
string Path to the feed.
File
-
core/
modules/ aggregator/ src/ Tests/ AggregatorTestBase.php, line 369
Class
- AggregatorTestBase
- Defines a base class for testing the Aggregator module.
Namespace
Drupal\aggregator\TestsCode
public function getHtmlEntitiesSample() {
return $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'aggregator') . '/tests/modules/aggregator_test/aggregator_test_title_entities.xml';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.