function aggregator_aggregator_fetch_info

aggregator_aggregator_fetch_info()

Implements hook_aggregator_fetch_info().

File

modules/aggregator/aggregator.fetcher.inc, line 11
Fetcher functions for the aggregator module.

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.'),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!aggregator!aggregator.fetcher.inc/function/aggregator_aggregator_fetch_info/7.x