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. Search 11.x 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/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
EntityUnitTest::testPreDelete function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php Tests pre delete.
entity_field.deleted_fields_repository service core/core.services.yml Drupal\Core\Field\DeletedFieldsRepository
entity_test_delete_bundle function core/modules/system/tests/modules/entity_test/entity_test.module Deletes a bundle for entity_test entities.
EventSubscriber::onConfigDelete function core/modules/config/tests/config_import_test/src/EventSubscriber.php Reacts to a config delete and records information in state for testing.
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity deletion.
FieldConfig::$deleted property core/modules/field/src/Entity/FieldConfig.php Flag indicating whether the field is deleted.
FieldConfig::isDeleted function core/modules/field/src/Entity/FieldConfig.php
FieldConfig::postDelete function core/modules/field/src/Entity/FieldConfig.php
FieldConfig::preDelete function core/modules/field/src/Entity/FieldConfig.php
FieldConfigBase::postDelete function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldConfigDeleteForm class core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Provides a form for removing a field from a bundle.
FieldConfigDeleteForm.php file core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::$fieldPurger property core/modules/field_ui/src/Form/FieldConfigDeleteForm.php The field purger service.
FieldConfigDeleteForm::buildForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::submitForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::__construct function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigInterface::isDeleted function core/modules/field/src/FieldConfigInterface.php Gets the deleted flag of the field.
FieldConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldConfigStorage.php The deleted fields repository.
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php
FieldCrudTest::testDeleteFieldCrossDeletion function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests the cross deletion behavior between field storages and fields.
FieldCrudTest::testDeleteFieldNoData function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests the deletion of a field with no data.
FieldDefinitionListener::onFieldDefinitionDelete function core/lib/Drupal/Core/Field/FieldDefinitionListener.php
FieldDefinitionListenerInterface::onFieldDefinitionDelete function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the deletion of a field.
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Tests on field definition delete multiple bundles.
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Tests on field definition delete single bundles.
FieldHooks::entityBundleDelete function core/modules/field/src/Hook/FieldHooks.php Implements hook_entity_bundle_delete().
FieldImportDeleteTest class core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Delete field storages and fields during config delete method invocation.
FieldImportDeleteTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
FieldImportDeleteTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Modules to install.
FieldImportDeleteTest::testImportDelete function core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest class core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests field storages and fields deletion during config synchronization.
FieldImportDeleteUninstallTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::setUp function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging previously deleted fields and storages in config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest class core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storage when a module in uninstalled through the UI.
FieldImportDeleteUninstallUiTest.php file core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$modules property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::setUp function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testSynchronizeForm function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests if the synchronization form is available when the core.extension.yml is missing.
FieldItemBase::delete function core/lib/Drupal/Core/Field/FieldItemBase.php
FieldItemBase::deleteRevision function core/lib/Drupal/Core/Field/FieldItemBase.php
FieldItemInterface::delete function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom delete behavior for field values.
FieldItemInterface::deleteRevision function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines custom revision delete behavior for field values.

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