Search for delete

  1. Search 7.x for delete
  2. Search 8.9.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/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/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/DrivertestMysqlDeprecatedVersion/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/modules/pgsql/src/Driver/Database/pgsql/Delete.php PostgreSQL implementation of \Drupal\Core\Database\Query\Delete.
Delete class core/tests/fixtures/database_drivers/module/corefake/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
language_entity_bundle_delete function core/modules/language/language.module Implements hook_entity_bundle_delete().
LayoutBuilderSampleEntityGenerator::delete function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php Deletes a sample entity for a given entity type and bundle.
LayoutBuilderTest::testDeletedView function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that deleting a View block used in Layout Builder works.
LayoutBuilderTest::testDeleteField function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests deleting a field in-use by an overridden layout.
LayoutTempstoreRepository::delete function core/modules/layout_builder/src/LayoutTempstoreRepository.php Removes the tempstore version of a section storage.
LayoutTempstoreRepositoryInterface::delete function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Removes the tempstore version of a section storage.
layout_builder_entity_delete function core/modules/layout_builder/layout_builder.module Implements hook_entity_delete().
layout_builder_field_config_delete function core/modules/layout_builder/layout_builder.module Implements hook_field_config_delete().
LocaleConfigManager::deleteLanguageTranslations function core/modules/locale/src/LocaleConfigManager.php Deletes configuration for language.
LocaleConfigManager::deleteTranslationOverride function core/modules/locale/src/LocaleConfigManager.php Deletes translated configuration data.
LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests deleting translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testDeleteTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests deleting a translation override.
LocaleConfigSubscriberForeignTest::testLocaleDeleteActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests deleting community translations of shipped configuration.
LocaleConfigSubscriberTest::deleteLanguageOverride function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Deletes a language override.
LocaleConfigSubscriberTest::deleteLocaleTranslationData function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Deletes translation data from locale module.
LocaleConfigSubscriberTest::testDeleteTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests deleting translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleDeleteTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests deleting community translations of shipped configuration.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests removing a string from Locale deletes configuration translations.
LocaleProjectStorage::delete function core/modules/locale/src/LocaleProjectStorage.php Deletes project records for a given key.
LocaleProjectStorage::deleteAll function core/modules/locale/src/LocaleProjectStorage.php Deletes all projects records.
LocaleProjectStorage::deleteMultiple function core/modules/locale/src/LocaleProjectStorage.php Deletes multiple project records.
LocaleProjectStorageInterface::delete function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes project records for a given key.
LocaleProjectStorageInterface::deleteAll function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes all projects records.
LocaleProjectStorageInterface::deleteMultiple function core/modules/locale/src/LocaleProjectStorageInterface.php Deletes multiple project records.
locale_configurable_language_delete function core/modules/locale/locale.module Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
locale_translate_delete_translation_files function core/modules/locale/locale.bulk.inc Deletes interface translation files and translation history records.
locale_translation_file_history_delete function core/modules/locale/locale.module Deletes the history of downloaded translations.
locale_translation_status_delete_languages function core/modules/locale/locale.module Delete language entries from the status cache.
locale_translation_status_delete_projects function core/modules/locale/locale.module Delete project entries from the status cache.
ManagedStorage::delete function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes a configuration object from the storage.
ManagedStorage::deleteAll function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes configuration objects whose names start with a given prefix.
ManagedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManageFieldsFunctionalTest::deleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests deleting a field from the field edit form.
ManageFieldsFunctionalTest::testDeleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected.
ManageFieldsFunctionalTest::testDeleteTaxonomyField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected for a term.
MediaTypeDeleteConfirmForm class core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php Provides a form for media type deletion.
MediaTypeDeleteConfirmForm.php file core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php
MediaTypeDeleteConfirmForm::$entityTypeManager property core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php The entity type manager.
MediaTypeDeleteConfirmForm::buildForm function core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php Form constructor.
MediaTypeDeleteConfirmForm::create function core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php Instantiates a new instance of this class.
MediaTypeDeleteConfirmForm::__construct function core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php Constructs a new MediaTypeDeleteConfirm object.
Memory::deleteItem function core/lib/Drupal/Core/Queue/Memory.php Deletes a finished item from the queue.
Memory::deleteQueue function core/lib/Drupal/Core/Queue/Memory.php Deletes a queue and every item in the queue.
MemoryBackend::delete function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes an item from the cache.
MemoryBackend::deleteAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes all cache items in a bin.
MemoryBackend::deleteMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes multiple items from the cache.
MemoryCounterBackend::delete function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Deletes an item from the cache.
MemoryStorage::delete function core/lib/Drupal/Core/Config/MemoryStorage.php Deletes a configuration object from the storage.
MemoryStorage::delete function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes an item from the key/value store.
MemoryStorage::deleteAll function core/lib/Drupal/Core/Config/MemoryStorage.php Deletes configuration objects whose names start with a given prefix.

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