aggregator_save_item
Functions that call aggregator_save_item()
| Name | Location | Description |
|---|---|---|
| aggregator_aggregator_process | modules/aggregator/aggregator.processor.inc | Implementation of hook_aggregator_process(). |
| aggregator_save_item | modules/aggregator/aggregator.processor.inc | Add/edit/delete an aggregator item. |
Functions called by aggregator_save_item()
| Name | Location | Description |
|---|---|---|
| aggregator_save_item | modules/aggregator/aggregator.processor.inc | Add/edit/delete an aggregator item. |
| db_delete | includes/database/database.inc | Returns a new DeleteQuery object for the active database. |
| db_insert | includes/database/database.inc | Returns a new InsertQuery object for the active database. |
| db_merge | includes/database/database.inc | Returns a new MergeQuery object for the active database. |
| db_query | includes/database/database.inc | Execute an arbitrary query string against the active database. |
