5db7fb17cbb41bc78495d1346b80881c2856ae10
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / aggregator_parse_info.twig
1 /**
2  * Implements hook_aggregator_parse_info().
3  */
4 function {{ machine_name }}_aggregator_parse_info() {
5   return array(
6     'title' => t('Default parser'),
7     'description' => t('Default parser for RSS, Atom and RDF feeds.'),
8   );
9 }