ActionLoopTestCase::testActionLoop in core/modules/simpletest/tests/actions.test
Set up a loop with 3 - 12 recursions, and see if it aborts properly.
ajax_example_node_delete in modules/examples/ajax_example/ajax_example_node_form_alter.inc
Implements hook_node_delete().
BackdropDatabaseCache::delete in core/includes/cache.inc
Implements BackdropCacheInterface::delete().
BackdropDatabaseCache::deleteMultiple in core/includes/cache.inc
Implements BackdropCacheInterface::deleteMultiple().
BackdropDatabaseCache::deletePrefix in core/includes/cache.inc
Implements BackdropCacheInterface::deletePrefix().
BackdropDatabaseCache::garbageCollection in core/includes/cache.inc
Implements BackdropCacheInterface::garbageCollection().
BackdropUnitTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Clean up any database tables, configuration, or files after each test run.
BackdropWebTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
backdrop_session_destroy_uid in core/includes/session.inc
Ends a specific user's session(s).
book_node_predelete in core/modules/book/book.module
Implements hook_node_predelete().
book_remove_form_submit in core/modules/book/book.pages.inc
Form submission handler for book_remove_form().
book_uninstall in core/modules/book/book.install
Implements hook_uninstall().
CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
comment_node_predelete in core/modules/comment/comment.module
Implements hook_node_predelete().
ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
DatabaseDeleteTruncateTestCase::testSimpleDelete in core/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete in core/modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
database_example_entry_delete in modules/examples/database_example/database_example.module
Deletes an entry from the database.
date_update_1002 in core/modules/date/date.install
Remove entries with null values from date field tables.
DBLogTestCase::testFilter in core/modules/dblog/tests/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
dblog_cron in core/modules/dblog/dblog.module
Implements hook_cron().
EntityDatabaseStorageController::delete in core/modules/entity/entity.controller.inc
Implements EntityStorageControllerInterface::delete().
EntityExampleBasicController::deleteMultiple in modules/examples/entity_example/entity_example.inc
Delete one or more entity_example_basic entities.
field_sql_storage_field_storage_delete_revision in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_purge in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_purge().
field_sql_storage_field_storage_write in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
FileStorageController::preDelete in core/modules/file/file.entity.inc
Overrides EntityDatabaseStorageController::preDelete().
file_file_delete in core/modules/file/file.file.inc
Implements hook_file_delete().
file_file_update in core/modules/file/file.file.inc
Implements hook_file_update().
file_usage_delete in core/includes/file.inc
Removes a record to indicate that a module is no longer using a file.
flood_clear_event in core/includes/common.inc
Makes the flood control mechanism forget an event for the current visitor.
FormsFormCacheTestCase::testCacheFormCustomExpiration in core/modules/simpletest/tests/form.test
Tests changing form_cache_expiration.
HookBootExitTestCase::testHookBootExit in core/modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
hook_comment_predelete in core/modules/comment/comment.api.php
Act before comment deletion.
hook_cron in core/modules/system/system.api.php
Perform periodic actions.
hook_delete in core/modules/node/node.api.php
Respond to node deletion.
hook_entity_delete in core/modules/entity/entity.api.php
Respond to entity deletion.
hook_field_purge_field in core/modules/field/field.api.php
Acts when a field record is being purged.
hook_field_purge_instance in core/modules/field/field.api.php
Acts when a field instance is being purged.
hook_field_storage_delete_revision in core/modules/field/field.api.php
Delete a single revision of field data for an entity.
hook_field_storage_pre_update in core/modules/field/field.api.php
Act before the storage backends update field data.
hook_field_storage_purge in core/modules/field/field.api.php
Remove field storage information when field data is purged.
hook_field_storage_purge_field_instance in core/modules/field/field.api.php
Remove field storage information when a field instance is purged.
hook_field_storage_write in core/modules/field/field.api.php
Write field data for an entity.
hook_field_update in core/modules/field/field.api.php
Define custom update behavior for this module's field data.
hook_file_delete in core/modules/system/system.api.php
Respond to file deletion.
hook_file_predelete in core/modules/system/system.api.php
Act prior to file deletion.
hook_menu_link_delete in core/modules/system/system.api.php
Inform modules that a menu link has been deleted.
hook_modules_uninstalled in core/modules/system/system.api.php
Perform necessary actions after modules are uninstalled.
hook_node_predelete in core/modules/node/node.api.php
Act before node deletion.
hook_node_revision_delete in core/modules/node/node.api.php
Respond to deletion of a node revision.
hook_path_delete in core/modules/path/path.api.php
Respond to a path being deleted.
hook_taxonomy_term_delete in core/modules/taxonomy/taxonomy.api.php
Respond to taxonomy term deletion.
hook_taxonomy_term_predelete in core/modules/taxonomy/taxonomy.api.php
Act before taxonomy term deletion.
hook_taxonomy_vocabulary_delete in core/modules/taxonomy/taxonomy.api.php
Respond to taxonomy vocabulary deletion.
hook_taxonomy_vocabulary_predelete in core/modules/taxonomy/taxonomy.api.php
Act before taxonomy vocabulary deletion.
hook_user_cancel in core/modules/user/user.api.php
Act on user account cancellations.
hook_user_predelete in core/modules/user/user.api.php
Act before user deletion.
hook_user_role_delete in core/modules/user/user.api.php
Respond to user role deletion.
image_update_1004 in core/modules/image/image.install
Update all image fields to use a static default image URI.
locale_language_delete in core/modules/locale/locale.module
Implements hook_language_delete().
locale_translate_delete_form_submit in core/modules/locale/locale.pages.inc
Process string deletion submissions.
locale_translate_edit_form_submit in core/modules/locale/locale.pages.inc
Process string editing form submissions.
locale_update_1000 in core/modules/locale/locale.install
Drop textgroup support.
locale_update_1002 in core/modules/locale/locale.install
Removes duplicates in {locales_source}.
lock_may_be_available in core/includes/lock.inc
Check if lock acquired by a different process may be available.
lock_release in core/includes/lock.inc
Release a lock previously acquired by lock_acquire().
lock_release_all in core/includes/lock.inc
Release all previously acquired locks.
MenuLinksUnitTestCase::testMenuLinkReparenting in core/modules/simpletest/tests/menu.test
Test automatic re-parenting of menu links.
MenuLinksUnitTestCase::testMenuLinkRouterReparenting in core/modules/simpletest/tests/menu.test
Test automatic reparenting of menu links derived from menu routers.
MenuRebuildTestCase::testMenuRebuildByVariable in core/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
menu_update_1006 in core/modules/menu/menu.install
Clean up duplicate system menu item entries.
NodeStorageController::delete in core/modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::delete().
NodeStorageController::postDelete in core/modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
node_access_example_node_delete in modules/examples/node_access_example/node_access_example.module
Implements hook_node_delete().
node_access_rebuild in core/modules/node/node.module
Rebuilds the node access database.
node_access_test_node_predelete in core/modules/node/tests/node_access_test/node_access_test.module
node_cron in core/modules/node/node.module
Implements hook_cron().
node_hooks_example_node_delete in modules/examples/node_hooks_example/node_hooks_example.module
Implements hook_node_delete().
node_path_type_delete_callback in core/modules/node/node.path.inc
Callback to delete aliases for node types.
node_revision_delete in core/modules/node/node.module
Deletes a node revision.
node_user_cancel in core/modules/node/node.module
Implements hook_user_cancel().
node_user_predelete in core/modules/node/node.module
Implements hook_user_predelete().
PathLookupTest::testBackdropLookupPath in core/modules/simpletest/tests/path.test
Test that backdrop_lookup_path() returns the correct path.
PathPatternTestHelper::deleteAllAliases in core/modules/path/tests/path_pattern.test
path_bulk_update_form_bulk_delete_submit in core/modules/path/path.admin.inc
Submit handler for path_admin_bulk_delete().
path_delete in core/includes/path.inc
Delete a URL alias.
redirect_delete_multiple in core/modules/redirect/redirect.module
Delete multiple URL redirects.
redirect_update_1001 in core/modules/redirect/redirect.install
Rename the language column to langcode, drop inactive redirects.
search_index in core/modules/search/search.module
Update the full-text search index for a particular item.
search_reindex in core/modules/search/search.module
Clears a part of or the entire search index.
search_update_totals in core/modules/search/search.module
Updates the {search_total} database table.
simpletest_clean_results_table in core/modules/simpletest/simpletest.module
Clear the test result tables.
state_del in core/includes/bootstrap.inc
Unsets a persistent state value.
SystemQueue::deleteItem in core/modules/system/system.queue.inc
Delete a finished item from the queue.
SystemQueue::deleteQueue in core/modules/system/system.queue.inc
Delete a queue and every item in the queue.
system_cron in core/modules/system/system.module
Implements hook_cron().
system_update_1006 in core/modules/system/system.install
Delete unneeded actions for manually saving comments and nodes.
system_update_1037 in core/modules/system/system.install
Set the default value for canonical_secure option. Check if old menu item exists and remove it.
system_update_files_database in core/modules/system/system.module
Updates the records in the system table based on the files array.
TaxonomyTermController::postDelete in core/modules/taxonomy/taxonomy.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
TaxonomyTermController::postSave in core/modules/taxonomy/taxonomy.entity.inc
Overrides EntityDatabaseStorageController::postSave().
taxonomy_delete_node_index in core/modules/taxonomy/taxonomy.module
Deletes taxonomy index entries for a given node.
taxonomy_path_type_delete_callback in core/modules/taxonomy/taxonomy.path.inc
Callback to delete aliases for taxonomy types.
taxonomy_taxonomy_term_delete in core/modules/taxonomy/taxonomy.module
Implements hook_taxonomy_term_delete().
taxonomy_test_taxonomy_term_delete in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_delete().
tempstore_clear in core/includes/common.inc
Removes an object from the semi-persistent key-value store.
tempstore_clear_all in core/includes/common.inc
Removes an entire group of objects from the semi-persistent key-value store.
update_variable_del in core/includes/update.inc
Delete a variable from the database during update hooks.
UpgradePathTestCase::uninstallModulesExcept in core/modules/simpletest/tests/upgrade/upgrade.test
Force uninstall all modules from a test database, except those listed.
UpgradePathTestCase::variable_set in core/modules/simpletest/tests/upgrade/upgrade.test
Specialized variable_set() that works even if the child site is not upgraded.
UserStorageController::postSave in core/modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::postSave().
user_delete_multiple in core/modules/user/user.module
Delete multiple user accounts.
user_role_delete in core/modules/user/user.module
Delete a user role from database.
variable_del in core/includes/bootstrap.inc
Unsets a persistent variable.
views_ui_update_1000 in core/modules/views_ui/views_ui.install
Update Views UI variables to use configuration files.
views_update_1003 in core/modules/views/views.install
Update Views variables to use configuration files.
_backdrop_session_destroy in core/includes/session.inc
Session handler assigned by session_set_save_handler().
_backdrop_session_garbage_collection in core/includes/session.inc
Session handler assigned by session_set_save_handler().
_batch_finished in core/includes/batch.inc
Ends the batch processing.
_installer_authorize_clear_update_status in core/modules/installer/installer.authorize.inc
Clears cached available update status data.
_locale_import_one_string_db in core/includes/gettext.inc
Imports one string into the database.
_menu_delete_item in core/includes/menu.inc
Deletes a single menu link.
_node_access_write_grants in core/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
_update_7000_field_sql_storage_write in core/modules/field/modules/field_sql_storage/field_sql_storage.install
Utility function: write field data directly to SQL storage.
_update_cache_clear in core/modules/update/update.module
Invalidates cached data relating to update status.