function aggregator_aggregator_process_info in Drupal 7
Implements hook_aggregator_process_info().
File
- modules/
aggregator/ aggregator.processor.inc, line 11 - Processor functions for the aggregator module.
Code
function aggregator_aggregator_process_info() {
return array(
'title' => t('Default processor'),
'description' => t('Creates lightweight records from feed items.'),
);
}