aggregator_save_item
Functions that call aggregator_save_item()
| Name | Location | Description |
|---|---|---|
| aggregator_parse_feed | modules/aggregator/aggregator.module | Parse a feed and store its items. |
| aggregator_save_item | modules/aggregator/aggregator.module | Add/edit/delete an aggregator item. |
Functions called by aggregator_save_item()
| Name | Location | Description |
|---|---|---|
| aggregator_save_item | modules/aggregator/aggregator.module | Add/edit/delete an aggregator item. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_last_insert_id | includes/database.pgsql.inc | Returns the last insert id. This function is thread safe. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
