function aggregator_aggregator_process_info

Implements hook_aggregator_process_info().

File

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.