aggregator_aggregator_fetch_info

Versions
7
aggregator_aggregator_fetch_info()

Implement hook_aggregator_fetch_info().

Code

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

<?php
function aggregator_aggregator_fetch_info() {
  return array(
    'title' => t('Default fetcher'),
    'description' => t('Downloads data from a URL using Drupal\'s HTTP request handler.'),
  );
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.