db_delete

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_delete()

Namesort iconLocationDescription
actions_deletedrupal/includes/actions.incDelete a single action from the database.
aggregator_aggregator_removedrupal/modules/aggregator/aggregator.processor.incImplementation of hook_aggregator_remove().
aggregator_categorize_items_submitdrupal/modules/aggregator/aggregator.pages.incProcess aggregator_categorize_items() form submissions.
aggregator_expiredrupal/modules/aggregator/aggregator.processor.incExpire feed items on $feed that are older than aggregator_clear.
aggregator_removedrupal/modules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_save_categorydrupal/modules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feeddrupal/modules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemdrupal/modules/aggregator/aggregator.processor.incAdd/edit/delete an aggregator item.
book_nodeapi_deletedrupal/modules/book/book.moduleImplementation of hook_nodeapi_delete().
book_remove_form_submitdrupal/modules/book/book.pages.incConfirm form submit function to remove a node from the book.
cache_clear_alldrupal/includes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
cache_getdrupal/includes/cache.incReturn 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_deletedrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_delete().
dblog_clear_log_submitdrupal/modules/dblog/dblog.admin.incSubmit callback: clear database with log messages.
drupal_session_destroy_uiddrupal/includes/session.incEnd a specific user's session(s).
file_deletedrupal/includes/file.incDelete a file and its database record.
hook_file_deletedrupal/modules/system/system.api.phpRespond to a file being deleted.
hook_modules_uninstalleddrupal/modules/system/system.api.phpPerform necessary actions after modules are uninstalled.
hook_nodeapi_delete_revisiondrupal/modules/node/node.api.phpA revision of the node is deleted.
hook_taxonomy_term_deletedrupal/modules/taxonomy/taxonomy.api.phpRespond to the deletion of taxonomy terms.
node_access_write_grantsdrupal/modules/node/node.moduleThis 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_savedrupal/modules/taxonomy/taxonomy.moduleSave a term object to the database.
taxonomy_test_taxonomy_term_deletedrupal/modules/simpletest/tests/taxonomy_test.moduleImplementation of hook_taxonomy_term_delete().
upload_file_deletedrupal/modules/upload/upload.moduleImplementation of hook_file_delete().
upload_nodeapi_deletedrupal/modules/upload/upload.moduleImplementation of hook_nodeapi_delete().
upload_nodeapi_delete_revisiondrupal/modules/upload/upload.moduleImplementation of hook_nodeapi_delete_revision().
user_set_authmapsdrupal/modules/user/user.moduleSave mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
_batch_finisheddrupal/includes/batch.incEnd the batch processing.
_menu_delete_itemdrupal/includes/menu.incHelper function for menu_link_delete; deletes a single menu link.
_menu_router_builddrupal/includes/menu.incHelper function to build the router table based on the data from hook_menu.
_registry_parse_filedrupal/includes/registry.incParse a file and save its function and class listings.
_registry_rebuilddrupal/includes/registry.inc@see registry_rebuild.
_sess_destroy_siddrupal/includes/session.incSession handler assigned by session_set_save_handler().
_sess_gcdrupal/includes/session.incSession handler assigned by session_set_save_handler().