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 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/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/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
EntityDeleteMultipleAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php The entity type manager.
EntityDeleteMultipleAccessCheck::$requestStack property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Request stack service.
EntityDeleteMultipleAccessCheck::$tempStore property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php The tempstore service.
EntityDeleteMultipleAccessCheck::access function core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Checks if the user has delete access for at least one item of the store.
EntityDeleteMultipleAccessCheck::__construct function core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Constructs a new EntityDeleteMultipleAccessCheck.
EntityDisplayModeBase::preDelete function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Acts on entities before they are deleted and before hooks are invoked.
EntityDisplayModeDeleteForm class core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php Provides the delete form for entity display modes.
EntityDisplayModeDeleteForm.php file core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php
EntityDisplayModeDeleteForm::getDescription function core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php Returns additional text to display as a description.
EntityDisplayTest::testDeleteBundle function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests deleting a bundle.
EntityDisplayTest::testDeleteField function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests deleting field.
EntityFormDisplayTest::testDeleteField function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests deleting field.
EntityFormTest::testGetEntityFromRouteMatchEditDelete function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms.
EntityInterface::delete function core/lib/Drupal/Core/Entity/EntityInterface.php Deletes an entity permanently.
EntityInterface::postDelete function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on deleted entities before the delete hook is invoked.
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 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
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.
EntityStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Delete a specific entity revision.
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
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 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.

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