Search for delete

  1. Search 7.x for delete
  2. Search 9.5.x for delete
  3. Search 10.3.x for delete
  4. Search 11.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Delete.php MySQL test implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php SQLite implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/lib/Drupal/Core/Database/Driver/mysql/Delete.php MySQL implementation of \Drupal\Core\Database\Query\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
ContentEntityStorageBase::deleteRevision function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::doDelete function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes entity field values from the storage.
ContentEntityStorageBase::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes field values of an entity revision from the storage.
ContentEntityStorageBase::onFieldDefinitionDelete function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentTranslationDeleteAccess class core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Access check for entity translation deletion.
ContentTranslationDeleteAccess.php file core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php
ContentTranslationDeleteAccess::$contentTranslationManager property core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php The content translation manager.
ContentTranslationDeleteAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php The entity type manager.
ContentTranslationDeleteAccess::access function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Checks access to translation deletion for the specified route match.
ContentTranslationDeleteAccess::checkAccess function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Checks access to translation deletion for the specified entity.
ContentTranslationDeleteAccess::__construct function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Constructs a ContentTranslationDeleteAccess object.
ContentTranslationDeleteForm class core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php Delete translation form for content_translation module.
ContentTranslationDeleteForm.php file core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php
ContentTranslationDeleteForm::buildForm function core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php
ContentTranslationDeleteForm::getFormId function core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php
ContentTranslationHandler::entityFormDelete function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::entityFormDeleteTranslation function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationPendingRevisionTestBase::getDeleteUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the delete translation URL for the specified entity.
content_moderation_entity_bundle_delete function core/modules/content_moderation/content_moderation.module Implements hook_entity_bundle_delete().
content_moderation_entity_delete function core/modules/content_moderation/content_moderation.module Implements hook_entity_delete().
content_moderation_entity_revision_delete function core/modules/content_moderation/content_moderation.module Implements hook_entity_revision_delete().
content_moderation_entity_translation_delete function core/modules/content_moderation/content_moderation.module Implements hook_entity_translation_delete().
content_translation.delete_access service core/modules/content_translation/content_translation.services.yml Drupal\content_translation\Access\ContentTranslationDeleteAccess
CssCollectionOptimizer::deleteAll function core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php
DatabaseBackend::delete function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::deleteAll function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseBackend::deleteMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php
DatabaseFileUsageBackend::delete function core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php Removes a record to indicate that a module is no longer using a file.
DatabaseLegacyTest::testDbDelete function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_delete() function.
DatabaseQueue::deleteItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php
DatabaseQueue::deleteQueue function core/lib/Drupal/Core/Queue/DatabaseQueue.php
DatabaseStorage::delete function core/lib/Drupal/Core/Config/DatabaseStorage.php Implements Drupal\Core\Config\StorageInterface::delete().
DatabaseStorage::deleteAll function core/lib/Drupal/Core/Config/DatabaseStorage.php
DatabaseStorage::deleteAll function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
DatabaseStorage::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
DatabaseStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
DatabaseStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DateFormatDeleteForm class core/modules/system/src/Form/DateFormatDeleteForm.php Builds a form to delete a date format.
DateFormatDeleteForm.php file core/modules/system/src/Form/DateFormatDeleteForm.php
DateFormatDeleteForm::$dateFormatter property core/modules/system/src/Form/DateFormatDeleteForm.php The date formatter service.
DateFormatDeleteForm::create function core/modules/system/src/Form/DateFormatDeleteForm.php
DateFormatDeleteForm::getQuestion function core/modules/system/src/Form/DateFormatDeleteForm.php
DateFormatDeleteForm::__construct function core/modules/system/src/Form/DateFormatDeleteForm.php Constructs an DateFormatDeleteForm object.
db_delete function core/includes/database.inc Returns a new DeleteQuery object for the active database.
DefaultHtmlRouteProvider::getDeleteFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the delete-form route.
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Returns the delete multiple form route.
DefaultModerationStateTest::testDeleteDefaultStateAccess function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Test access to deleting the default state.
DefaultProcessor::delete function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php

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