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 11.x for Delete
  5. Search main for Delete
  6. 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/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
RevisionDeleteForm::getEntity function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::getFormId function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::getOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
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
RevisionDeleteForm::setEntityTypeManager function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::setModuleHandler function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::setOperation function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
RevisionDeleteForm::submitForm function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php
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
RevisionDeleteFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php
RevisionDeleteFormTest::getLogs function core/tests/Drupal/FunctionalTests/Entity/RevisionDeleteFormTest.php Loads watchdog entries by channel.
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::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, and expected response after deletion.
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
RevisionLinkDelete::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
RevisionLinkDeleteTest class core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php @coversDefaultClass \Drupal\node\Plugin\views\field\RevisionLinkDelete[[api-linebreak]]
@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
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
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

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