/** * Implements hook_aggregator_process_info(). */ function {{ machine_name }}_aggregator_process_info() { return array( 'title' => t('Default processor'), 'description' => t('Creates lightweight records of feed items.'), ); }