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
EntityBundleListener::onBundleDelete function core/lib/Drupal/Core/Entity/EntityBundleListener.php Reacts to a bundle being deleted.
EntityBundleListenerInterface::onBundleDelete function core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php Reacts to a bundle being deleted.
EntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php The delete() method is not used in EntityConfirmFormBase. This overrides
the default implementation that redirects to the delete-form confirmation
form.
EntityController::deleteTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic delete title callback.
EntityCrudHookTestHooks::blockDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for block entities.
EntityCrudHookTestHooks::blockPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for block entities.
EntityCrudHookTestHooks::commentDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for comment entities.
EntityCrudHookTestHooks::commentPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for comment entities.
EntityCrudHookTestHooks::entityDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_entity_delete().
EntityCrudHookTestHooks::entityPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_entity_predelete().
EntityCrudHookTestHooks::fileDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for file entities.
EntityCrudHookTestHooks::filePredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for file entities.
EntityCrudHookTestHooks::nodeDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for node entities.
EntityCrudHookTestHooks::nodePredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for node entities.
EntityCrudHookTestHooks::taxonomyTermDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
EntityCrudHookTestHooks::taxonomyTermPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities.
EntityCrudHookTestHooks::taxonomyVocabularyDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities.
EntityCrudHookTestHooks::taxonomyVocabularyPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities.
EntityCrudHookTestHooks::userDelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_delete() for user entities.
EntityCrudHookTestHooks::userPredelete function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_predelete() for user entities.
EntityDefinitionTestTrait::deleteEntityType function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the entity type.
EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED constant core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Indicates that a definition has just been deleted.
EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Test cases for ::testBaseFieldDeleteWithExistingData.
EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a base field if entities exist.
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a base field if no entities exist.
EntityDefinitionUpdateTest::testBaseFieldWithoutLabelCreateUpdateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a base field with no label set.
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a bundle field if entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a multi-field index when there are no existing entities.
EntityDeleteActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Provides an action deriver that finds entity types with delete form.
EntityDeleteActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
EntityDeleteActionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeleteActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityDeleteForm class core/lib/Drupal/Core/Entity/EntityDeleteForm.php Provides a generic base class for an entity deletion form.
EntityDeleteForm.php file core/lib/Drupal/Core/Entity/EntityDeleteForm.php
EntityDeleteForm::buildForm function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Form constructor.
EntityDeleteForm::getConfigManager function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Gets the configuration manager.
EntityDeleteForm::getConfigNamesToDelete function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Returns config names to delete for the deletion confirmation form.
EntityDeleteFormTrait trait core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Provides a trait for an entity deletion form.
EntityDeleteFormTrait.php file core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getCancelUrl function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getConfirmText function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getDeletionMessage function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the message to display to the user after deleting the entity.
EntityDeleteFormTrait::getEntity function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the entity of this form.
EntityDeleteFormTrait::getQuestion function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getRedirectUrl function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Returns the URL where the user should be redirected after deletion.
EntityDeleteFormTrait::logDeletionMessage function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Logs a message about the deleted entity.
EntityDeleteFormTrait::logger function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the logger for a specific channel.

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