Version 1.7 (checked in on 2010/01/08 at 11:03:54 by dries)
Documentation for aggregator API.
| Name | Description |
|---|---|
| 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. |