function aggregator_aggregator_parse_info
Implements hook_aggregator_parse_info().
Archivo
- drupal-7.x/
modules/ aggregator/ aggregator.parser.inc, line 11 - Parser functions for the aggregator module.
Código
function aggregator_aggregator_parse_info() {
return array(
'title' => t('Default parser'),
'description' => t('Parses RSS, Atom and RDF feeds.'),
);
}