| ImageHooks::filePredelete |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| ImageStyle::deleteImageEffect |
function |
core/modules/image/src/Entity/ImageStyle.php |
Deletes an image effect from this style. |
| ImageStyle::postDelete |
function |
core/modules/image/src/Entity/ImageStyle.php |
Acts on deleted entities before the delete hook is invoked. |
| ImageStyleDeleteForm |
class |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Creates a form to delete an image style. |
| ImageStyleDeleteForm.php |
file |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::$replacementOptions |
property |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Replacement options. |
| ImageStyleDeleteForm::form |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Gets the actual form array to be built. |
| ImageStyleDeleteForm::getDescription |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Returns additional text to display as a description. |
| ImageStyleDeleteForm::getQuestion |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteForm::getReplacementOptions |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
Returns a list of image style replacement options. |
| ImageStyleDeleteForm::submitForm |
function |
core/modules/image/src/Form/ImageStyleDeleteForm.php |
|
| ImageStyleDeleteTest |
class |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
Tests image style deletion using the UI. |
| ImageStyleDeleteTest.php |
file |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
|
| ImageStyleDeleteTest::$defaultTheme |
property |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
The theme to install as the default for testing. |
| ImageStyleDeleteTest::setUp |
function |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
|
| ImageStyleDeleteTest::testDelete |
function |
core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php |
Tests image style deletion. |
| ImageStyleInterface::deleteImageEffect |
function |
core/modules/image/src/ImageStyleInterface.php |
Deletes an image effect from this style. |
| ImmutableConfig::delete |
function |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Deletes the configuration object. |
| ImmutableConfigTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests delete. |
| ImportableEntityStorageInterface::importDelete |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Delete entities upon synchronizing configuration changes. |
| InlineBlockEntityOperations::deleteBlocksAndUsage |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Delete the inline blocks and the usage records. |
| InlineBlockEntityOperations::handleEntityDelete |
function |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
Handles entity tracking on deleting a parent entity. |
| InlineBlockUsage::deleteUsage |
function |
core/modules/layout_builder/src/InlineBlockUsage.php |
Delete the inline blocks' the usage records. |
| InlineBlockUsageInterface::deleteUsage |
function |
core/modules/layout_builder/src/InlineBlockUsageInterface.php |
Delete the inline blocks' the usage records. |
| InlineBlockUsageTest::testDeleteUsage |
function |
core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php |
Covers ::deleteUsage. |
| InlineBlockUsageTest::testEmptyDeleteUsageCall |
function |
core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php |
Tests calling deleteUsage() with empty array. |
| InstallHelper::deleteImportedContent |
function |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Deletes any content imported by this module. |
| InstallStorage::delete |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::delete(). |
| InstallStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::deleteAll(). |
| JsCollectionOptimizerLazy::deleteAll |
function |
core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php |
Deletes all optimized asset collections assets. |
| JsonApiFunctionalMultilingualTest::testDeleteMultilingual |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php |
Tests deleting multilingual content. |
| JsonapiHooks::entityBundleDelete |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_bundle_delete(). |
| JsonapiHooks::entityDelete |
function |
core/modules/jsonapi/src/Hook/JsonapiHooks.php |
Implements hook_entity_delete(). |
| JsonapiTestNonCacheableMethodsHooks::entityPredelete |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
Implements hook_entity_predelete(). |
| KeyValueContentEntityStorage::deleteRevision |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Deletes a specific entity revision. |
| KeyValueEntityStorage::doDelete |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Performs storage-specific entity deletion. |
| KeyValueEntityStorageTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests delete. |
| KeyValueEntityStorageTest::testDeleteNothing |
function |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests delete nothing. |
| KeyValueStoreInterface::delete |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Deletes an item from the key/value store. |
| KeyValueStoreInterface::deleteAll |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Deletes all items from the key/value store. |
| KeyValueStoreInterface::deleteMultiple |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Deletes multiple items from the key/value store. |
| LanguageConfigFactoryOverride::onConfigDelete |
function |
core/modules/language/src/Config/LanguageConfigFactoryOverride.php |
Actions to be performed to configuration override on configuration delete. |
| LanguageConfigOverride::delete |
function |
core/modules/language/src/Config/LanguageConfigOverride.php |
Deletes the configuration object. |
| LanguageConfigOverrideEvents::DELETE_OVERRIDE |
constant |
core/modules/language/src/Config/LanguageConfigOverrideEvents.php |
The name of the event fired when deleting the configuration override. |
| LanguageConfigOverrideTest::testDelete |
function |
core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php |
Tests delete. |
| LanguageConfigurationElementTest::testNodeTypeDelete |
function |
core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php |
Tests the language settings are deleted on bundle delete. |
| LanguageDeleteForm |
class |
core/modules/language/src/Form/LanguageDeleteForm.php |
Defines a confirmation form for deleting a language entity. |
| LanguageDeleteForm.php |
file |
core/modules/language/src/Form/LanguageDeleteForm.php |
|
| LanguageDeleteForm::getDeletionMessage |
function |
core/modules/language/src/Form/LanguageDeleteForm.php |
Gets the message to display to the user after deleting the entity. |
| LanguageDeleteForm::getDescription |
function |
core/modules/language/src/Form/LanguageDeleteForm.php |
Returns additional text to display as a description. |