Search for delete
- Search 7.x for delete
- Search 9.5.x for delete
- Search 8.9.x for delete
- Search 10.3.x for delete
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Delete | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete. |
Delete | class | core/ |
General class for an abstracted DELETE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityBundleListener::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
EntityBundleListenerInterface::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
EntityConfirmFormBase::delete | function | core/ |
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/ |
Provides a generic delete title callback. |
EntityCrudHookTestHooks::blockDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for block entities. |
EntityCrudHookTestHooks::blockPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for block entities. |
EntityCrudHookTestHooks::commentDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
EntityCrudHookTestHooks::commentPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for comment entities. |
EntityCrudHookTestHooks::entityDelete | function | core/ |
Implements hook_entity_delete(). |
EntityCrudHookTestHooks::entityPredelete | function | core/ |
Implements hook_entity_predelete(). |
EntityCrudHookTestHooks::fileDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for file entities. |
EntityCrudHookTestHooks::filePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
EntityCrudHookTestHooks::nodeDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for node entities. |
EntityCrudHookTestHooks::nodePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
EntityCrudHookTestHooks::taxonomyTermDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities. |
EntityCrudHookTestHooks::taxonomyTermPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities. |
EntityCrudHookTestHooks::taxonomyVocabularyDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities. |
EntityCrudHookTestHooks::taxonomyVocabularyPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities. |
EntityCrudHookTestHooks::userDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for user entities. |
EntityCrudHookTestHooks::userPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
EntityDefinitionTestTrait::deleteEntityType | function | core/ |
Removes the entity type. |
EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED | constant | core/ |
Indicates that a definition has just been deleted. |
EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases | function | core/ |
Test cases for ::testBaseFieldDeleteWithExistingData. |
EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData | function | core/ |
Tests deleting a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a base field if entities exist. |
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a base field if no entities exist. |
EntityDefinitionUpdateTest::testBaseFieldWithoutLabelCreateUpdateDelete | function | core/ |
Tests creating, updating, and deleting a base field with no label set. |
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a bundle field if entities exist. |
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a bundle field if no entities exist. |
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData | function | core/ |
Tests deleting a bundle field when it has existing data. |
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData | function | core/ |
Tests creating and deleting a multi-field index when there are no existing entities. |
EntityDeleteActionDeriver | class | core/ |
Provides an action deriver that finds entity types with delete form. |
EntityDeleteActionDeriver.php | file | core/ |
|
EntityDeleteActionDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
EntityDeleteActionDeriver::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
EntityDeleteForm | class | core/ |
Provides a generic base class for an entity deletion form. |
EntityDeleteForm.php | file | core/ |
|
EntityDeleteForm::buildForm | function | core/ |
Form constructor. |
EntityDeleteForm::getConfigManager | function | core/ |
Gets the configuration manager. |
EntityDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
EntityDeleteFormTrait | trait | core/ |
Provides a trait for an entity deletion form. |
EntityDeleteFormTrait.php | file | core/ |
|
EntityDeleteFormTrait::getCancelUrl | function | core/ |
|
EntityDeleteFormTrait::getConfirmText | function | core/ |
|
EntityDeleteFormTrait::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
EntityDeleteFormTrait::getEntity | function | core/ |
Gets the entity of this form. |
EntityDeleteFormTrait::getQuestion | function | core/ |
|
EntityDeleteFormTrait::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
EntityDeleteFormTrait::logDeletionMessage | function | core/ |
Logs a message about the deleted entity. |
EntityDeleteFormTrait::logger | function | core/ |
Gets the logger for a specific channel. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.