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/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/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
RecipeOverrideConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeQuickStartTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/Tests/Core/Recipe/RecipeQuickStartTest.php Deletes all files and directories in the specified path recursively.
RemoteFileDeleteRecursiveTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php Tests the unmanaged file delete recursive function.
RemoteFileDeleteRecursiveTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php
RemoteFileDeleteRecursiveTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileDeleteRecursiveTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php Modules to install.
RemoteFileDeleteRecursiveTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php A stream wrapper scheme to register for the test.
RemoteFileDeleteRecursiveTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php
RemoteFileDeleteTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php Tests the unmanaged file delete function.
RemoteFileDeleteTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php
RemoteFileDeleteTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileDeleteTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php Modules to install.
RemoteFileDeleteTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php A stream wrapper scheme to register for the test.
RemoteFileDeleteTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php
RequiredStatesTest::testDeleteRequiredStateAPI function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers \Drupal\workflows\Entity\Workflow::preSave
ResourceTestBase::doTestDeleteIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
RestResourceConfig::postDelete function core/modules/rest/src/Entity/RestResourceConfig.php Acts on deleted entities before the delete hook is invoked.
RevisionableStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Deletes a specific entity revision.
RevisionDeleteForm class core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Provides a form for deleting an entity revision.
RevisionDeleteForm.php file core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::$moduleHandler property core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php The module handler.
RevisionDeleteForm::$operation property core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php The entity operation.
RevisionDeleteForm::$revision property core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php The entity revision.
RevisionDeleteForm::buildEntity function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Builds an updated entity object based upon the submitted form values.
RevisionDeleteForm::create function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Instantiates a new instance of this class.
RevisionDeleteForm::currentUser function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Gets the current user.
RevisionDeleteForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns a string identifying the base form.
RevisionDeleteForm::getBundleLabel function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns the bundle label of an entity.
RevisionDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns the route to go to if the user cancels the action.
RevisionDeleteForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns a caption for the button that confirms the action.
RevisionDeleteForm::getDescription function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns additional text to display as a description.
RevisionDeleteForm::getEntity function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Gets the form entity.
RevisionDeleteForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Determines which entity will be used by this form from a RouteMatch object.
RevisionDeleteForm::getFormId function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns a unique string identifying the form.
RevisionDeleteForm::getOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Gets the operation identifying the form.
RevisionDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns the question to ask the user.
RevisionDeleteForm::save function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php The save() method is not used in RevisionDeleteForm. This
overrides the default implementation that saves the entity.
RevisionDeleteForm::setEntity function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Sets the form entity.
RevisionDeleteForm::setEntityTypeManager function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Sets the entity type manager for this form.
RevisionDeleteForm::setModuleHandler function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Sets the module handler for this form.
RevisionDeleteForm::setOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Sets the operation for this form.
RevisionDeleteForm::submitForm function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Form submission handler.
RevisionDeleteForm::__construct function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Creates a new RevisionDeleteForm instance.
RevisionDeleteFormTest class core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Tests deleting a revision with revision delete form.
RevisionDeleteFormTest.php file core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php
RevisionDeleteFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php The theme to install as the default for testing.
RevisionDeleteFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Modules to install.
RevisionDeleteFormTest::doTestPageTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Tests title by whether entity supports revision creation dates.
RevisionDeleteFormTest::doTestSubmitForm function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Tests revision deletion, and expected response after deletion.
RevisionDeleteFormTest::getLogs function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Loads watchdog entries by channel.

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