function aggregator_test_aggregator_fetcher_info_alter
Same name in other branches
- 8.9.x core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module \aggregator_test_aggregator_fetcher_info_alter()
Implements hook_aggregator_fetcher_info_alter().
File
-
core/
modules/ aggregator/ tests/ modules/ aggregator_test/ aggregator_test.module, line 11
Code
function aggregator_test_aggregator_fetcher_info_alter(array &$info) {
$info['aggregator_test_fetcher']['definition_altered'] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.