aggregator_remove
Functions that call aggregator_remove()
| Name | Location | Description |
|---|---|---|
| aggregator_admin_remove_feed | modules/aggregator/aggregator.admin.inc | |
| aggregator_admin_remove_feed_submit | modules/aggregator/aggregator.admin.inc | Remove all items from a feed and redirect to the overview page. |
| aggregator_remove | modules/aggregator/aggregator.module | Removes all items from a feed. |
Functions called by aggregator_remove()
| Name | Location | Description |
|---|---|---|
| aggregator_remove | modules/aggregator/aggregator.module | Removes all items from a feed. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| drupal_set_message | includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
