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
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 Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the field storage definition from the application state.
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 Returns the default label for this link.
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Returns the entity link template name identifying the link route.
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Prepares the link to view an entity.
EntityOperations::entityDelete function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::entityPredelete function core/modules/workspaces/src/EntityOperations.php Acts on an entity before it is deleted.
EntityOperations::entityRevisionDelete function core/modules/content_moderation/src/EntityOperations.php
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::testDelete 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 Reacts to the deletion of the entity type.
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntityStorageBase::delete function core/lib/Drupal/Core/Entity/EntityStorageBase.php Deletes permanently saved entities.
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 Acts on deleted entities before the delete hook is invoked.
EntityTestBundleClass::preDelete function core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php Acts on entities before they are deleted and before hooks are invoked.
EntityTestComputedFieldNormalizerTest::testDelete function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php Tests a DELETE request for an entity, plus edge cases to ensure good DX.
EntityTestDefinitionSubscriber::onEntityTypeDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of the entity type.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of a field storage definition.
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 Returns the route to go to if the user cancels the action.
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 Reacts to the deletion of the entity type.
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 @covers ::delete
EntityUnitTest::testPostDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postDelete
EntityUnitTest::testPostDeleteBundle function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::postDelete
EntityUnitTest::testPreDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::preDelete
entity_crud_hook_test_block_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for block entities.
entity_crud_hook_test_block_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for block entities.
entity_crud_hook_test_comment_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for comment entities.
entity_crud_hook_test_comment_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for comment entities.
entity_crud_hook_test_entity_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_delete().
entity_crud_hook_test_entity_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_predelete().
entity_crud_hook_test_file_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for file entities.
entity_crud_hook_test_file_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for file entities.
entity_crud_hook_test_node_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for node entities.

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