Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / aggregator_process_info.twig
1 /**
2  * Implements hook_aggregator_process_info().
3  */
4 function {{ machine_name }}_aggregator_process_info() {
5   return array(
6     'title' => t('Default processor'),
7     'description' => t('Creates lightweight records of feed items.'),
8   );
9 }