| Versionen | |
|---|---|
| drupal7 | aggregator_aggregator_process_info() |
Implementation of hook_aggregator_process_info().
modules/
<?php
function aggregator_aggregator_process_info() {
return array(
'title' => t('Default processor'),
'description' => t('Creates lightweight records from feed items.'),
);
}
?>
Kommentare
Kommentar hinzufügen