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. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
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/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/pgsql/src/Driver/Database/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
DeletedWorkspaceConstraint.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php
DeletedWorkspaceConstraint::$message property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php The default violation message.
DeletedWorkspaceConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Checks if data still exists for a deleted workspace ID.
DeletedWorkspaceConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::$state property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php The state service.
DeletedWorkspaceConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Instantiates a new instance of this class.
DeletedWorkspaceConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Creates a new DeletedWorkspaceConstraintValidator instance.
DeleteForm class core/modules/comment/src/Form/DeleteForm.php Provides the comment delete confirmation form.
DeleteForm.php file core/modules/comment/src/Form/DeleteForm.php
DeleteForm::getCancelUrl function core/modules/comment/src/Form/DeleteForm.php Returns the route to go to if the user cancels the action.
DeleteForm::getDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DeleteForm::getDescription function core/modules/comment/src/Form/DeleteForm.php Returns additional text to display as a description.
DeleteForm::getRedirectUrl function core/modules/comment/src/Form/DeleteForm.php Returns the URL where the user should be redirected after deletion.
DeleteForm::logDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DeleteMultiple class core/modules/node/src/Form/DeleteMultiple.php Provides a node deletion confirmation form.
DeleteMultiple.php file core/modules/node/src/Form/DeleteMultiple.php
DeleteMultiple::getCancelUrl function core/modules/node/src/Form/DeleteMultiple.php Returns the route to go to if the user cancels the action.
DeleteMultiple::getDeletedMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user after an item was deleted.
DeleteMultiple::getInaccessibleMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm class core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Provides an entities deletion confirmation form.
DeleteMultipleForm.php file core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
DeleteMultipleForm::$currentUser property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The current user.
DeleteMultipleForm::$entityType property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type definition.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
DeleteMultipleForm::$messenger property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The messenger service.
DeleteMultipleForm::$selection property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The selection, in the entity_id => langcodes format.
DeleteMultipleForm::$tempStore property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The tempstore.
DeleteMultipleForm::buildForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form constructor.
DeleteMultipleForm::create function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Instantiates a new instance of this class.
DeleteMultipleForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a string identifying the base form.
DeleteMultipleForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the route to go to if the user cancels the action.
DeleteMultipleForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a caption for the button that confirms the action.
DeleteMultipleForm::getDeletedMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user after an item was deleted.
DeleteMultipleForm::getFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a unique string identifying the form.
DeleteMultipleForm::getInaccessibleMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm::getQuestion function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the question to ask the user.
DeleteMultipleForm::isWorkspaceSafeForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Determines whether the form is safe to be submitted in a workspace.
DeleteMultipleForm::submitForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form submission handler.
DeleteMultipleForm::__construct function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Constructs a new DeleteMultiple object.
DeleteMultipleFormTest class core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete multiple confirmation form.
DeleteMultipleFormTest.php file core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::$account property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The current user.
DeleteMultipleFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php The theme to install as the default for testing.
DeleteMultipleFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Modules to install.
DeleteMultipleFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
DeleteMultipleFormTest::testTranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for translatable entities.
DeleteMultipleFormTest::testUntranslatableEntities function core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php Tests the delete form for untranslatable entities.
DeleteTest class core/modules/file/tests/src/Kernel/DeleteTest.php Tests the file delete function.

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