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
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.
DeleteTest.php file core/modules/file/tests/src/Kernel/DeleteTest.php
DeleteTest::testCronDeleteNonExistingTemporary function core/modules/file/tests/src/Kernel/DeleteTest.php Tries to run cron deletion on file deleted from the file-system.
DeleteTest::testInUse function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a file that is in use.
DeleteTest::testUnused function core/modules/file/tests/src/Kernel/DeleteTest.php Tries deleting a normal file (as opposed to a directory, symlink, etc).
DeleteTruncateTest class core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Tests delete and truncate queries.
DeleteTruncateTest.php file core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php
DeleteTruncateTest::testDeleteFromNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Deleting from a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testSimpleDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single record successfully.
DeleteTruncateTest::testSpecialColumnDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can delete a single special column name record successfully.
DeleteTruncateTest::testSubselectDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can use a subselect in a delete successfully.
DeleteTruncateTest::testTruncate function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table successfully.
DeleteTruncateTest::testTruncateInTransaction function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can truncate a whole table while in transaction.
DeleteTruncateTest::testTruncateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Truncating a not existing table throws a DatabaseExceptionWrapper.
DeleteTruncateTest::testTruncateTransactionRollback function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that transaction rollback voids a truncate operation.
DiffFormatter::deletedLine function core/lib/Drupal/Core/Diff/DiffFormatter.php Creates a deleted line.
DiffFormatter::_deleted function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_deleted function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffOpDelete class core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php @todo document
@private
@subpackage DifferenceEngine
DiffOpDelete.php file core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpDelete::$type property core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpDelete::__construct function core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DisplayBlockTest::testDeleteBlockDisplay function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests removing a block display.
DisplayPathTest::testDeleteWithNoPath function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests deleting a page display that has no path.
editor_entity_delete function core/modules/editor/editor.module Implements hook_entity_delete().
editor_entity_revision_delete function core/modules/editor/editor.module Implements hook_entity_revision_delete().
EntityBase::delete function core/lib/Drupal/Core/Entity/EntityBase.php Deletes an entity permanently.
EntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity's cache tags upon delete.
EntityBase::postDelete function core/lib/Drupal/Core/Entity/EntityBase.php Acts on deleted entities before the delete hook is invoked.
EntityBase::preDelete function core/lib/Drupal/Core/Entity/EntityBase.php Acts on entities before they are deleted and before hooks are invoked.
EntityBundleListener::onBundleDelete function core/lib/Drupal/Core/Entity/EntityBundleListener.php Reacts to a bundle being deleted.
EntityBundleListenerInterface::onBundleDelete function core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php Reacts to a bundle being deleted.
EntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php The delete() method is not used in EntityConfirmFormBase. This overrides
the default implementation that redirects to the delete-form confirmation
form.
EntityController::deleteTitle function core/lib/Drupal/Core/Entity/Controller/EntityController.php Provides a generic delete title callback.

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