aggregator_aggregator_fetch_info()
drupal/modules/aggregator/aggregator.fetcher.inc, line 11
Implements hook_aggregator_fetch_info().
function aggregator_aggregator_fetch_info() {
return array(
'title' => t('Default fetcher'),
'description' => t('Downloads data from a URL using Drupal\'s HTTP request handler.'),
);
}