Search for delete

  1. Search 7.x for delete
  2. Search 8.9.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Delete class core/modules/sqlite/src/Driver/Database/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/mysql/src/Driver/Database/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
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/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Delete.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\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
VocabularyDeleteForm::getFormId function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php Returns a unique string identifying the form.
VocabularyDeleteForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
WorkflowDeleteForm class core/modules/workflows/src/Form/WorkflowDeleteForm.php Builds the form to delete Workflow entities.
WorkflowDeleteForm.php file core/modules/workflows/src/Form/WorkflowDeleteForm.php
WorkflowDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php Form constructor.
WorkflowDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the question to ask the user.
WorkflowDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php 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/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 @covers ::deleteState
WorkflowTest::testDeleteState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteState
WorkflowTest::testDeleteStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteState
WorkflowTest::testDeleteTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteTransition
WorkflowTest::testDeleteTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::deleteTransition
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.
WorkspaceAssociation::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociation.php Deletes all the workspace association records for the given workspace.
WorkspaceAssociationInterface::deleteAssociations function core/modules/workspaces/src/WorkspaceAssociationInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceDeleteForm class core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Provides a form for deleting a workspace.
WorkspaceDeleteForm.php file core/modules/workspaces/src/Form/WorkspaceDeleteForm.php
WorkspaceDeleteForm::$entity property core/modules/workspaces/src/Form/WorkspaceDeleteForm.php The workspace entity.
WorkspaceDeleteForm::$workspaceAssociation property core/modules/workspaces/src/Form/WorkspaceDeleteForm.php The workspace association service.
WorkspaceDeleteForm::$workspaceRepository property core/modules/workspaces/src/Form/WorkspaceDeleteForm.php The workspace repository service.
WorkspaceDeleteForm::buildForm function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Form constructor.
WorkspaceDeleteForm::create function core/modules/workspaces/src/Form/WorkspaceDeleteForm.php Instantiates a new instance of this class.

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