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. Search 11.x for Delete
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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
EntityInterface::preDelete function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on entities before they are deleted and before hooks are invoked.
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLinkDelete class core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Field handler to present a link to delete an entity.
EntityLinkDelete.php file core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityOperations::entityDelete function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::entityDelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_delete().
EntityOperations::entityPredelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_predelete().
EntityOperations::entityRevisionDelete function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::entityRevisionDelete function core/modules/workspaces/src/Hook/EntityOperations.php Implements hook_entity_revision_delete().
EntityOperations::entityTranslationDelete function core/modules/content_moderation/src/EntityOperations.php
EntityResource::delete function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Responds to entity DELETE requests.
EntityResource::deleteIndividual function core/modules/jsonapi/src/Controller/EntityResource.php Deletes an individual entity.
EntityResourceTestBase::doTestDelete function core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php Tests a DELETE request for an entity, plus edge cases to ensure good DX.
EntitySchemaSubscriber::onEntityTypeDelete function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntitySchemaTestHooks::entityBundleDelete function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_delete().
EntityStorageBase::delete function core/lib/Drupal/Core/Entity/EntityStorageBase.php
EntityStorageBase::doDelete function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific entity deletion.
EntityStorageInterface::delete function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Deletes permanently saved entities.
EntityTestBundleClass::$postDeleteCount property core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php The number of times static::postDelete() was called.
EntityTestBundleClass::$preDeleteCount property core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php The number of times static::preDelete() was called.
EntityTestBundleClass::postDelete function core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
EntityTestBundleClass::preDelete function core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php
EntityTestDefinitionSubscriber::onEntityTypeDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDeleteForm class core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php Provides the entity_test delete form.
EntityTestDeleteForm.php file core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php
EntityTestDeleteForm::getCancelUrl function core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php
EntityTestHelper::deleteBundle function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Deletes a bundle for entity_test entities.
EntityTestHooks::entityPredelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_predelete().
EntityTestHooks::entityTestMulChangedTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_translation_delete().
EntityTestHooks::entityTestMulLangcodeKeyTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'.
EntityTestHooks::entityTestMulrevChangedTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_translation_delete().
EntityTestHooks::entityTestMulrevTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'.
EntityTestHooks::entityTestMulTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul'.
EntityTestHooks::entityTranslationDelete function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_translation_delete().
EntityTranslationTest::testDeleteEntityTranslation function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests that translation statuses are correct after removing translations.
EntityTypeEvents::DELETE constant core/lib/Drupal/Core/Entity/EntityTypeEvents.php The name of the event triggered when an existing entity type is deleted.
EntityTypeEventSubscriberTrait::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php
EntityTypeListener::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeListener.php
EntityTypeListenerInterface::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the deletion of the entity type.
EntityUnitTest::testDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests delete.
EntityUnitTest::testPostDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests post delete.
EntityUnitTest::testPostDeleteBundle function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests post delete bundle.

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