Implements hook_aggregator_process_info().
function aggregator_aggregator_process_info() { return array( 'title' => t('Default processor'), 'description' => t('Creates lightweight records from feed items.'), ); }