function aggregator_aggregator_fetch_info

Implements hook_aggregator_fetch_info().

File

modules/aggregator/aggregator.fetcher.inc, line 11

Code

function aggregator_aggregator_fetch_info() {
    return array(
        'title' => t('Default fetcher'),
        'description' => t('Downloads data from a URL using Drupal\'s HTTP request handler.'),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.