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