Search for delete
- Search 7.x for delete
- Search 9.5.x for delete
- Search 8.9.x for delete
- Search 11.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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Delete. |
Delete | class | core/ |
General class for an abstracted DELETE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
View::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
ViewEditForm::submitDisplayDelete | function | core/ |
Submit handler to delete a display from a view. |
ViewEditForm::submitDisplayUndoDelete | function | core/ |
Submit handler to add a restore a removed display to a view. |
ViewEditTest::testDeleteLink | function | core/ |
Tests the delete link on a views UI. |
views.view.test_view_delete.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml |
views.view.test_view_field_delete.yml | file | core/ |
core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml |
ViewsEntitySchemaSubscriber::onEntityTypeDelete | function | core/ |
|
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType | function | core/ |
Tests that views are disabled when an entity type is deleted. |
ViewsHooksTest::testViewsInvalidateCacheOnDelete | function | core/ |
Test that hook_views_invalidate_cache() is called when a view is deleted. |
ViewsMenuLink::deleteLink | function | core/ |
Deletes a menu link. |
views_base_field_override_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete(). |
views_field_config_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
ViewUI::delete | function | core/ |
Deletes an entity permanently. |
ViewUI::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
ViewUI::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
Vocabulary::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
Vocabulary::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms | function | core/ |
Tests deleting a taxonomy that contains terms. |
VocabularyDeleteForm | class | core/ |
Provides a deletion confirmation form for taxonomy vocabulary. |
VocabularyDeleteForm.php | file | core/ |
|
VocabularyDeleteForm::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
VocabularyDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
VocabularyDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
VocabularyDeleteForm::getQuestion | function | core/ |
|
WidgetBase::deleteAjax | function | core/ |
Ajax refresh callback for the "Remove" button. |
WidgetBase::deleteSubmit | function | core/ |
Ajax submit callback for the "Remove" button. |
WorkflowDeleteForm | class | core/ |
Builds the form to delete Workflow entities. |
WorkflowDeleteForm.php | file | core/ |
|
WorkflowDeleteForm::buildForm | function | core/ |
Form constructor. |
WorkflowDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
WorkflowDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
WorkflowDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
WorkflowDeleteForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
WorkflowStateDeleteForm | class | core/ |
Builds the form to delete states from Workflow entities. |
WorkflowStateDeleteForm.php | file | core/ |
|
WorkflowStateDeleteForm::$stateId | property | core/ |
The state being deleted. |
WorkflowStateDeleteForm::$workflow | property | core/ |
The workflow entity the state being deleted belongs to. |
WorkflowStateDeleteForm::buildForm | function | core/ |
Form constructor. |
WorkflowStateDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
WorkflowStateDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
WorkflowStateDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
WorkflowStateDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
WorkflowStateDeleteForm::submitForm | function | core/ |
Form submission handler. |
WorkflowTest::testDeleteOnlyStateException | function | core/ |
@covers ::deleteState |
WorkflowTest::testDeleteState | function | core/ |
@covers ::deleteState |
WorkflowTest::testDeleteStateException | function | core/ |
@covers ::deleteState |
WorkflowTest::testDeleteTransition | function | core/ |
@covers ::deleteTransition |
WorkflowTest::testDeleteTransitionException | function | core/ |
@covers ::deleteTransition |
WorkflowTransitionDeleteForm | class | core/ |
Builds the form to delete transitions from Workflow entities. |
WorkflowTransitionDeleteForm.php | file | core/ |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.