aggregator_aggregator_process_info

Versions
7
aggregator_aggregator_process_info()

Implement hook_aggregator_process_info().

Code

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

<?php
function aggregator_aggregator_process_info() {
  return array(
    'title' => t('Default processor'),
    'description' => t('Creates lightweight records from feed items.'),
  );
}
?>
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.