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 10.3.x for delete
  5. Search 11.x for delete
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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/Query/Delete.php General class for an abstracted DELETE operation.

All search results

Title Object type File name Summary
WorkflowStateDeleteForm class core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Builds the form to delete states from Workflow entities.
WorkflowStateDeleteForm.php file core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
WorkflowStateDeleteForm::$stateId property core/modules/workflows/src/Form/WorkflowStateDeleteForm.php The state being deleted.
WorkflowStateDeleteForm::$workflow property core/modules/workflows/src/Form/WorkflowStateDeleteForm.php The workflow entity the state being deleted belongs to.
WorkflowStateDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Form constructor.
WorkflowStateDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowStateDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowStateDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a unique string identifying the form.
WorkflowStateDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns the question to ask the user.
WorkflowStateDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Form submission handler.
WorkflowTest::testDeleteOnlyStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete only state exception.
WorkflowTest::testDeleteState function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete state.
WorkflowTest::testDeleteStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete state exception.
WorkflowTest::testDeleteTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete transition.
WorkflowTest::testDeleteTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php Tests delete transition exception.
WorkflowTransitionDeleteForm class core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Builds the form to delete transitions from Workflow entities.
WorkflowTransitionDeleteForm.php file core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::$transition property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The workflow transition being deleted.
WorkflowTransitionDeleteForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The transition being deleted.
WorkflowTransitionDeleteForm::$workflow property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The workflow entity the transition being deleted belongs to.
WorkflowTransitionDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Form constructor.
WorkflowTransitionDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowTransitionDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a unique string identifying the form.
WorkflowTransitionDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the question to ask the user.
WorkflowTransitionDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Form submission handler.
WorkflowTypeBase::deleteState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Deletes a state from the workflow.
WorkflowTypeBase::deleteTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Deletes a transition.
WorkflowTypeInterface::deleteState function core/modules/workflows/src/WorkflowTypeInterface.php Deletes a state from the workflow.
WorkflowTypeInterface::deleteTransition function core/modules/workflows/src/WorkflowTypeInterface.php Deletes a transition.
Workspace::postDelete function core/modules/workspaces/src/Entity/Workspace.php Acts on deleted entities before the delete hook is invoked.
Workspace::preDelete function core/modules/workspaces/src/Entity/Workspace.php Acts on entities before they are deleted and before hooks are invoked.
WorkspaceDeleteForm class core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Provides a form for deleting a workspace.
WorkspaceDeleteForm.php file core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php
WorkspaceDeleteForm::$entity property core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php The workspace entity.
WorkspaceDeleteForm::$workspaceRepository property core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php The workspace repository service.
WorkspaceDeleteForm::$workspaceTracker property core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php The workspace tracker service.
WorkspaceDeleteForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Form constructor.
WorkspaceDeleteForm::create function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Instantiates a new instance of the implementing class using autowiring.
WorkspaceDeleteForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Returns additional text to display as a description.
WorkspaceDeleteForm::__construct function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Constructs a WorkspaceDeleteForm object.
WorkspaceEntityDeleteTest class core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Tests entity deletions with workspaces.
WorkspaceEntityDeleteTest class core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Tests entity deletions with workspaces.
WorkspaceEntityDeleteTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php
WorkspaceEntityDeleteTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php The theme to install as the default for testing.
WorkspaceEntityDeleteTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php The entity type manager.
WorkspaceEntityDeleteTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php Modules to install.
WorkspaceEntityDeleteTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php Modules to install.
WorkspaceEntityDeleteTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php

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