
| Current Path : /var/www/html1/bbp/web/core/modules/aggregator/tests/modules/aggregator_test/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/bbp/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module |
<?php
/**
* @file
* Helper module for the Aggregator tests.
*/
/**
* Implements hook_aggregator_fetcher_info_alter().
*/
function aggregator_test_aggregator_fetcher_info_alter(array &$info) {
$info['aggregator_test_fetcher']['definition_altered'] = TRUE;
}
/**
* Implements hook_aggregator_parser_info_alter().
*/
function aggregator_test_aggregator_parser_info_alter(array &$info) {
$info['aggregator_test_parser']['definition_altered'] = TRUE;
}
/**
* Implements hook_aggregator_processor_info_alter().
*/
function aggregator_test_aggregator_processor_info_alter(array &$info) {
$info['aggregator_test_processor']['definition_altered'] = TRUE;
}