| actions_delete | drupal/includes/actions.inc | Delete a single action from the database. |
| aggregator_aggregator_remove | drupal/modules/aggregator/aggregator.processor.inc | Implementation of hook_aggregator_remove(). |
| aggregator_categorize_items_submit | drupal/modules/aggregator/aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| aggregator_expire | drupal/modules/aggregator/aggregator.processor.inc | Expire feed items on $feed that are older than aggregator_clear. |
| aggregator_remove | drupal/modules/aggregator/aggregator.module | Removes all items from a feed. |
| aggregator_save_category | drupal/modules/aggregator/aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | drupal/modules/aggregator/aggregator.module | Add/edit/delete an aggregator feed. |
| aggregator_save_item | drupal/modules/aggregator/aggregator.processor.inc | Add/edit/delete an aggregator item. |
| book_nodeapi_delete | drupal/modules/book/book.module | Implementation of hook_nodeapi_delete(). |
| book_remove_form_submit | drupal/modules/book/book.pages.inc | Confirm form submit function to remove a node from the book. |
| cache_clear_all | drupal/includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
| cache_get | drupal/includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain
text or as serialized data. cache_get will automatically return
unserialized objects and arrays. |
| comment_nodeapi_delete | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_delete(). |
| dblog_clear_log_submit | drupal/modules/dblog/dblog.admin.inc | Submit callback: clear database with log messages. |
| drupal_session_destroy_uid | drupal/includes/session.inc | End a specific user's session(s). |
| file_delete | drupal/includes/file.inc | Delete a file and its database record. |
| hook_file_delete | drupal/modules/system/system.api.php | Respond to a file being deleted. |
| hook_modules_uninstalled | drupal/modules/system/system.api.php | Perform necessary actions after modules are uninstalled. |
| hook_nodeapi_delete_revision | drupal/modules/node/node.api.php | A revision of the node is deleted. |
| hook_taxonomy_term_delete | drupal/modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy terms. |
| node_access_write_grants | drupal/modules/node/node.module | This function will write a list of grants to the database, deleting
any pre-existing grants. If a realm is provided, it will only
delete grants from that realm, but it will always delete a grant
from the 'all' realm. Modules which utilize... |
| taxonomy_term_save | drupal/modules/taxonomy/taxonomy.module | Save a term object to the database. |
| taxonomy_test_taxonomy_term_delete | drupal/modules/simpletest/tests/taxonomy_test.module | Implementation of hook_taxonomy_term_delete(). |
| upload_file_delete | drupal/modules/upload/upload.module | Implementation of hook_file_delete(). |
| upload_nodeapi_delete | drupal/modules/upload/upload.module | Implementation of hook_nodeapi_delete(). |
| upload_nodeapi_delete_revision | drupal/modules/upload/upload.module | Implementation of hook_nodeapi_delete_revision(). |
| user_set_authmaps | drupal/modules/user/user.module | Save mappings of which external authentication module(s) authenticated
a user. Maps external usernames to user ids in the users table. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| _batch_finished | drupal/includes/batch.inc | End the batch processing. |
| _menu_delete_item | drupal/includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
| _menu_router_build | drupal/includes/menu.inc | Helper function to build the router table based on the data from hook_menu. |
| _registry_parse_file | drupal/includes/registry.inc | Parse a file and save its function and class listings. |
| _registry_rebuild | drupal/includes/registry.inc | @see registry_rebuild. |
| _sess_destroy_sid | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |
| _sess_gc | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |