Search for delete
- Search 7.x for delete
 - Search 9.5.x for delete
 - Search 10.3.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/ | 
                      MySQL test implementation of \Drupal\Core\Database\Query\Delete. | 
| Delete | class | core/ | 
                      PostgreSQL implementation of \Drupal\Core\Database\Query\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 | 
|---|---|---|---|
| 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. | 
| WorkflowStateTransitionOperationsAccessCheckTest::testLegacyWorkflowStateDeleteAccessCheck | function | core/ | 
                                                                                        @covers \Drupal\workflows\WorkflowDeleteAccessCheck::access[[api-linebreak]] @expectedDeprecation Using the _workflow_state_delete_access check is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0, use _workflow_access instead. As an…  | 
              
| WorkflowTest::testDeleteOnlyStateException | function | core/ | 
                                                                                        @covers ::deleteState[[api-linebreak]] | 
| WorkflowTest::testDeleteState | function | core/ | 
                                                                                        @covers ::deleteState[[api-linebreak]] | 
| WorkflowTest::testDeleteStateException | function | core/ | 
                                                                                        @covers ::deleteState[[api-linebreak]] | 
| WorkflowTest::testDeleteTransition | function | core/ | 
                                                                                        @covers ::deleteTransition[[api-linebreak]] | 
| WorkflowTest::testDeleteTransitionException | function | core/ | 
                                                                                        @covers ::deleteTransition[[api-linebreak]] | 
| WorkflowTransitionDeleteForm | class | core/ | 
                                                                                        Builds the form to delete transitions from Workflow entities. | 
| WorkflowTransitionDeleteForm.php | file | core/ | 
                                                                                        |
| WorkflowTransitionDeleteForm::$transition | property | core/ | 
                                                                                        The workflow transition being deleted. | 
| WorkflowTransitionDeleteForm::$transitionId | property | core/ | 
                                                                                        The transition being deleted. | 
| WorkflowTransitionDeleteForm::$workflow | property | core/ | 
                                                                                        The workflow entity the transition being deleted belongs to. | 
| WorkflowTransitionDeleteForm::buildForm | function | core/ | 
                                                                                        Form constructor. | 
| WorkflowTransitionDeleteForm::getCancelUrl | function | core/ | 
                                                                                        Returns the route to go to if the user cancels the action. | 
| WorkflowTransitionDeleteForm::getConfirmText | function | core/ | 
                                                                                        Returns a caption for the button that confirms the action. | 
| WorkflowTransitionDeleteForm::getFormId | function | core/ | 
                                                                                        Returns a unique string identifying the form. | 
| WorkflowTransitionDeleteForm::getQuestion | function | core/ | 
                                                                                        Returns the question to ask the user. | 
| WorkflowTransitionDeleteForm::submitForm | function | core/ | 
                                                                                        Form submission handler. | 
| WorkflowTypeBase::deleteState | function | core/ | 
                                                                                        Deletes a state from the workflow. | 
| WorkflowTypeBase::deleteTransition | function | core/ | 
                                                                                        Deletes a transition. | 
| WorkflowTypeInterface::deleteState | function | core/ | 
                                                                                        Deletes a state from the workflow. | 
| WorkflowTypeInterface::deleteTransition | function | core/ | 
                                                                                        Deletes a transition. | 
| Workspace::postDelete | function | core/ | 
                                                                                        Acts on deleted entities before the delete hook is invoked. | 
| Workspace::preDelete | function | core/ | 
                                                                                        Acts on entities before they are deleted and before hooks are invoked. | 
| WorkspaceAssociation::deleteAssociations | function | core/ | 
                                                                                        Deletes all the workspace association records for the given workspace. | 
| WorkspaceAssociationInterface::deleteAssociations | function | core/ | 
                                                                                        Deletes all the workspace association records for the given workspace. | 
| WorkspaceDeleteForm | class | core/ | 
                                                                                        Provides a form for deleting a workspace. | 
| WorkspaceDeleteForm.php | file | core/ | 
                                                                                        |
| WorkspaceDeleteForm::$entity | property | core/ | 
                                                                                        The workspace entity. | 
| WorkspaceDeleteForm::$workspaceAssociation | property | core/ | 
                                                                                        The workspace association service. | 
| WorkspaceDeleteForm::$workspaceRepository | property | core/ | 
                                                                                        The workspace repository service. | 
| WorkspaceDeleteForm::buildForm | function | core/ | 
                                                                                        Form constructor. | 
| WorkspaceDeleteForm::create | function | core/ | 
                                                                                        Instantiates a new instance of this class. | 
| WorkspaceDeleteForm::getDescription | function | core/ | 
                                                                                        Returns additional text to display as a description. | 
| WorkspaceDeleteForm::__construct | function | core/ | 
                                                                                        Constructs a WorkspaceDeleteForm object. | 
| WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace | function | core/ | 
                                                                                        Tests DELETE operations for unsupported entity types. | 
| WorkspaceManager::purgeDeletedWorkspacesBatch | function | core/ | 
                                                                                        Deletes the revisions associated with deleted workspaces. | 
| WorkspaceManagerInterface::purgeDeletedWorkspacesBatch | function | core/ | 
                                                                                        Deletes the revisions associated with deleted workspaces. | 
| WorkspacePermissionsTest::testDeleteAnyWorkspace | function | core/ | 
                                                                                        Verifies that a user can delete any workspace. | 
| WorkspacePermissionsTest::testDeleteOwnWorkspace | function | core/ | 
                                                                                        Verifies that a user can create and delete only their own workspace. | 
| workspaces_entity_predelete | function | core/ | 
                                                                                        Implements hook_entity_predelete(). | 
| _editor_delete_file_usage | function | core/ | 
                                                                                        Deletes file usage of files referenced by formatted text fields. | 
Pagination
- Previous page
 - Page 25
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.