aggregator_aggregator_parse_info

Versions
7
aggregator_aggregator_parse_info()

Implement hook_aggregator_parse_info().

Code

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

<?php
function aggregator_aggregator_parse_info() {
  return array(
    'title' => t('Default parser'),
    'description' => t('Parses RSS, Atom and RDF feeds.'),
  );
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.