You are here

function aggregator_test_aggregator_fetcher_info_alter in Drupal 9

Same name and namespace in other branches
  1. 8 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
Helper module for the Aggregator tests.

Code

function aggregator_test_aggregator_fetcher_info_alter(array &$info) {
  $info['aggregator_test_fetcher']['definition_altered'] = TRUE;
}