Search for delete
- Search 7.x for delete
- Search 8.9.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/ |
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/ |
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 |
---|---|---|---|
VocabularyDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
VocabularyDeleteForm::getQuestion | function | core/ |
|
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/ |
|
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. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.