Search for delete

  1. Search 7.x for delete
  2. Search 9.5.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Query/Delete.php General class for an abstracted DELETE operation.

All search results

Title Object type File name Summary
system_post_update_change_delete_action_plugins function core/modules/system/system.post_update.php Change plugin IDs of delete actions.
taxonomy_delete_node_index function core/modules/taxonomy/taxonomy.module Deletes taxonomy index entries for a given node.
taxonomy_node_predelete function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_predelete() for node entities.
taxonomy_taxonomy_term_delete function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
Term::postDelete function core/modules/taxonomy/src/Entity/Term.php
TermDeleteForm class core/modules/taxonomy/src/Form/TermDeleteForm.php Provides a deletion confirmation form for taxonomy term.
TermDeleteForm.php file core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getCancelUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getDeletionMessage function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getDescription function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getRedirectUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.
TermKernelTest::testTermDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests that a deleted term is no longer in the vocabulary.
TermStorage::deleteTermHierarchy function core/modules/taxonomy/src/TermStorage.php
TermStorageInterface::deleteTermHierarchy function core/modules/taxonomy/src/TermStorageInterface.php Removed reference to terms from term_hierarchy.
TestBase::deleteAssert function core/modules/simpletest/src/TestBase.php Delete an assertion record by message ID.
TestBase::filePreDeleteCallback function core/modules/simpletest/src/TestBase.php Ensures test files are deletable.
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestFileUsage::delete function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestFileUsage::delete function core/modules/file/tests/src/Unit/LegacyFileTest.php Removes a record to indicate that a module is no longer using a file.
TestItem::delete function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
TestProcessor::delete function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php
TestSiteTearDownCommand::fileUnmanagedDeleteRecursive function core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php Deletes all files and directories in the specified path recursively.
tracker_comment_delete function core/modules/tracker/tracker.module Implements hook_ENTITY_TYPE_delete() for comment entities.
tracker_node_predelete function core/modules/tracker/tracker.module Implements hook_ENTITY_TYPE_predelete() for node entities.
TranslationString::delete function core/modules/locale/src/TranslationString.php Deletes string object from storage.
UpdateActionsWithEntityPluginsTest::testUpdateDeleteActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node delete actions to generic entity ones.
UpdateBackend::delete function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::deleteAll function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::deleteMultiple function core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateDeleteFileIfStaleTest class core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the update_delete_file_if_stale() function.
UpdateDeleteFileIfStaleTest.php file core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
UpdateDeleteFileIfStaleTest::$modules property core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale function core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the deletion of stale files.
UpdateProcessor::deleteQueueItem function core/modules/update/src/UpdateProcessor.php
UpdateProcessorInterface::deleteQueueItem function core/modules/update/src/UpdateProcessorInterface.php Deletes a finished item from the update fetch queue.
update_delete_file_if_stale function core/modules/update/update.module Deletes stale files and directories from the update manager disk cache.
User::postDelete function core/modules/user/src/Entity/User.php
UserCancelTest::testUserDelete function core/modules/user/tests/src/Functional/UserCancelTest.php Delete account and remove all content.
UserCancelTest::testUserDeleteWithContentAndNodeAccess function core/modules/user/tests/src/Functional/UserCancelTest.php Tests user cancel with node access.
UserData::delete function core/modules/user/src/UserData.php
UserDataInterface::delete function core/modules/user/src/UserDataInterface.php Deletes data stored for a user account.
UserDeleteTest class core/modules/user/tests/src/Kernel/UserDeleteTest.php Tests deleting of user accounts.
UserDeleteTest.php file core/modules/user/tests/src/Kernel/UserDeleteTest.php
UserDeleteTest::$modules property core/modules/user/tests/src/Kernel/UserDeleteTest.php
UserDeleteTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserDeleteTest.php Test deleting multiple users.
UserLegacyTest::testUserDelete function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete throws a deprecation error.
UserLegacyTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserLegacyTest.php Tests that user_delete_multiple throws a deprecation error.
UserPictureTest::testCreateDeletePicture function core/modules/user/tests/src/Functional/UserPictureTest.php Tests creation, display, and deletion of user pictures.
UserRoleDeleteTest class core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php Tests the handling of user_role entity from the user module

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.