Version 1.4 (checked in on 2009/05/24 at 17:39:30 by dries)
Documentation for aggregator API.
| Name | Beschreibung |
|---|---|
| hook_aggregator_fetch | Implement this hook to create an alternative fetcher for aggregator module. |
| hook_aggregator_fetch_info | Implement this hook to expose the title and a short description of your fetcher. |
| hook_aggregator_parse | Implement this hook to create an alternative parser for aggregator module. |
| hook_aggregator_parse_info | Implement this hook to expose the title and a short description of your parser. |
| hook_aggregator_process | Implement this hook to create a processor for aggregator module. |
| hook_aggregator_process_info | Implement this hook to expose the title and a short description of your processor. |
| hook_aggregator_remove | Implement this hook to remove stored data if a feed is being deleted or a feed's items are being removed. |
Kommentare
Kommentar hinzufügen