function aggregator_aggregator_parse_info

Implements hook_aggregator_parse_info().

File

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

Code

function aggregator_aggregator_parse_info() {
  return array(
    'title' => t('Default parser'),
    'description' => t('Parses RSS, Atom and RDF feeds.'),
  );
}

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