function aggregator_aggregator_process_info

Implements hook_aggregator_process_info().

File

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