| Versionen | |
|---|---|
| drupal7 | aggregator_aggregator_fetch_info() |
Implementation of hook_aggregator_fetch_info().
modules/
<?php
function aggregator_aggregator_fetch_info() {
return array(
'title' => t('Default fetcher'),
'description' => t('Downloads data from a URL using Drupal\'s HTTP request handler.'),
);
}
?>
Kommentare
Kommentar hinzufügen