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