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
RevisionDeleteFormTest::providerPageTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Data provider for testPageTitle.
RevisionDeleteFormTest::providerSubmitForm function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Data provider for testSubmitForm.
RevisionDeleteFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php
RevisionDeleteFormTest::testAccessDelete function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Test that revisions can and can't be deleted in various scenarios.
RevisionDeleteFormTest::testAccessDeleteDefault function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Test cannot delete default revision.
RevisionDeleteFormTest::testAccessDeleteLatestDefault function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Test cannot delete latest revision.
RevisionDeleteFormTest::testAccessDeleteLatestForwardRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Ensure that forward revision can be deleted.
RevisionDeleteFormTest::testAccessDeleteNonLatest function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Test can delete non-latest revision.
RevisionDeleteFormTest::testPageTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Tests title by whether entity supports revision creation dates.
RevisionDeleteFormTest::testSubmitForm function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Tests revision deletion form.
RevisionHtmlRouteProvider::getRevisionDeleteRoute function core/lib/Drupal/Core/Entity/Routing/RevisionHtmlRouteProvider.php Gets the entity revision delete route.
RevisionLinkDelete class core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Field handler to present link to delete a node revision.
RevisionLinkDelete.php file core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
RevisionLinkDelete::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the default label for this link.
RevisionLinkDelete::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the URI elements of the link.
RevisionLinkDeleteTest class core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php @coversDefaultClass \Drupal\node\Plugin\views\field\RevisionLinkDelete
@group node
RevisionLinkDeleteTest.php file core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php
RevisionLinkDeleteTest::setUp function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php
RevisionLinkDeleteTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php Test the render method when getEntity returns NULL.
RevisionVersionHistoryTest::testOperationDeleteRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test delete operation.
SampleEntityGeneratorInterface::delete function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Deletes a sample entity for a given entity type and bundle.
SAVED_DELETED constant core/includes/common.inc Return status for saving which deleted an existing item.
SearchPage::postDelete function core/modules/search/src/Entity/SearchPage.php Acts on deleted entities before the delete hook is invoked.
SecurityAdvisoriesFetcher::deleteStoredResponse function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Deletes the stored JSON feed response, if any.
SessionManager::delete function core/lib/Drupal/Core/Session/SessionManager.php Ends a specific user's session(s).
SessionManagerInterface::delete function core/lib/Drupal/Core/Session/SessionManagerInterface.php Ends a specific user's session(s).
SharedTempStore::delete function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::deleteIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStoreTest::testDelete function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the delete() method.
SharedTempStoreTest::testDeleteIfOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the deleteIfOwner() method.
SharedTempStoreTest::testDeleteWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the delete() method with no lock available.
ShortcutController::deleteShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutController.php Deletes the selected shortcut.
ShortcutDeleteForm class core/modules/shortcut/src/Form/ShortcutDeleteForm.php Builds the shortcut link deletion form.
ShortcutDeleteForm.php file core/modules/shortcut/src/Form/ShortcutDeleteForm.php
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getFormId function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns a unique string identifying the form.
ShortcutDeleteForm::getRedirectUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the URL where the user should be redirected after deletion.
ShortcutLinksTest::testShortcutLinkDelete function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests deleting a shortcut link.
ShortcutSet::preDelete function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on entities before they are deleted and before hooks are invoked.
ShortcutSetDeleteForm class core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Builds the shortcut set deletion form.
ShortcutSetDeleteForm.php file core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
ShortcutSetDeleteForm::$database property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The database connection.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetDeleteForm::buildForm function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Form constructor.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of this class.
ShortcutSetDeleteForm::__construct function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Constructs a ShortcutSetDeleteForm object.
ShortcutSetsTest::testShortcutSetDelete function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetDeleteDefault function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting the default shortcut set.
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.

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