Search for delete

  1. Search 7.x for delete
  2. Search 9.5.x for delete
  3. Search 8.9.x for delete
  4. Search 10.3.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/sqlite/src/Driver/Database/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/pgsql/src/Driver/Database/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Delete.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\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
StorageReplaceDataWrapper::delete function core/modules/config/src/StorageReplaceDataWrapper.php Deletes a configuration object from the storage.
StorageReplaceDataWrapper::deleteAll function core/modules/config/src/StorageReplaceDataWrapper.php Deletes configuration objects whose names start with a given prefix.
StorageReplaceDataWrapperTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Deletes configuration data from the storage.
StringBase::delete function core/modules/locale/src/StringBase.php Deletes string object from storage.
StringBaseTest::testDeleteWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php Tests delete without storage.
StringDatabaseStorage::dbDelete function core/modules/locale/src/StringDatabaseStorage.php Creates delete query.
StringDatabaseStorage::delete function core/modules/locale/src/StringDatabaseStorage.php Delete string from storage.
StringDatabaseStorage::deleteStrings function core/modules/locale/src/StringDatabaseStorage.php Deletes source strings and translations using conditions.
StringDatabaseStorage::deleteTranslations function core/modules/locale/src/StringDatabaseStorage.php Deletes translations using conditions.
StringInterface::delete function core/modules/locale/src/StringInterface.php Deletes string object from storage.
StringStorageInterface::delete function core/modules/locale/src/StringStorageInterface.php Delete string from storage.
StringStorageInterface::deleteStrings function core/modules/locale/src/StringStorageInterface.php Deletes source strings and translations using conditions.
StringStorageInterface::deleteTranslations function core/modules/locale/src/StringStorageInterface.php Deletes translations using conditions.
StubEntityStorageBase::doDelete function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Performs storage-specific entity deletion.
StubRequestHandlerResourcePlugin::delete function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a DELETE request.
system.action.comment_delete_action.yml file core/modules/comment/config/install/system.action.comment_delete_action.yml core/modules/comment/config/install/system.action.comment_delete_action.yml
system.action.media_delete_action.yml file core/modules/media/config/optional/system.action.media_delete_action.yml core/modules/media/config/optional/system.action.media_delete_action.yml
system.action.node_delete_action.yml file core/modules/node/config/install/system.action.node_delete_action.yml core/modules/node/config/install/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/testing_config_install/system.action.node_delete_action.yml core/tests/fixtures/config_install/testing_config_install/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/multilingual/language/es/system.action.node_delete_action.yml core/tests/fixtures/config_install/multilingual/language/es/system.action.node_delete_action.yml
system.action.node_delete_action.yml file core/tests/fixtures/config_install/multilingual/system.action.node_delete_action.yml core/tests/fixtures/config_install/multilingual/system.action.node_delete_action.yml
SystemRssDeleteTest class core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Tests that system.rss config is deleted.
SystemRssDeleteTest.php file core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php
SystemRssDeleteTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Set database dump files to be used.
SystemRssDeleteTest::testUpdate function core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php Ensures that system.rss is deleted after updating.
system_post_update_delete_rss_config function core/modules/system/system.post_update.php Delete obsolete system.rss configuration.
TaxonomyHooks::nodePredelete function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_ENTITY_TYPE_predelete() for node entities.
TaxonomyHooks::taxonomyTermDelete function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
TaxonomyRevisionDeleteTest class core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php Taxonomy term revision delete form test.
TaxonomyRevisionDeleteTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php
TaxonomyRevisionDeleteTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php The theme to install as the default for testing.
TaxonomyRevisionDeleteTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php Modules to install.
TaxonomyRevisionDeleteTest::$permissions property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php
TaxonomyRevisionDeleteTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php Vocabulary for testing.
TaxonomyRevisionDeleteTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php
TaxonomyRevisionDeleteTest::testDeleteForm function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php Tests revision delete.
taxonomy_delete_node_index function core/modules/taxonomy/taxonomy.module Deletes taxonomy index entries for a given node.
Term::postDelete function core/modules/taxonomy/src/Entity/Term.php Acts on deleted entities before the delete hook is invoked.
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 Returns the route to go to if the user cancels the action.
TermDeleteForm::getDeletionMessage function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getDescription function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns additional text to display as a description.
TermDeleteForm::getRedirectUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns the URL where the user should be redirected after deletion.
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.
TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Exposes the protected deleteFromDedicatedTables() method for testing.
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration delete.
TestFileUsage::delete function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.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 Defines custom delete behavior for field values.

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