| BlockDeleteForm |
class |
core/modules/block/src/Form/BlockDeleteForm.php |
Provides a deletion confirmation form for the block instance deletion form. |
| BlockDeleteForm.php |
file |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::getCancelUrl |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::getConfirmText |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::getDeletionMessage |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::getDescription |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::getQuestion |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
| BlockDeleteForm::systemRegionList |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Wraps system_region_list(). |
| BlockHooks::configurableLanguageDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
| BlockHooks::menuDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for menu entities. |
| BlockHooks::userRoleDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
| BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests if the visibility settings are removed if the language is deleted. |
| BlockStorageUnitTest::deleteTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the deleting of blocks. |
| BlockTest::testBlockUserRoleDelete |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests block_user_role_delete. |
| BrowserTestBase::filePreDeleteCallback |
function |
core/tests/Drupal/Tests/BrowserTestBase.php |
Ensures test files are deletable. |
| BulkDeleteTest |
class |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Bulk delete storages and fields, and clean up afterwards. |
| BulkDeleteTest.php |
file |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
|
| BulkDeleteTest::$bundles |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The bundles for the entities used in this test. |
| BulkDeleteTest::$entities |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entities to use in this test. |
| BulkDeleteTest::$entitiesByBundles |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entities to use in this test, keyed by bundle. |
| BulkDeleteTest::$entityTypeId |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entity type to be used in the test classes. |
| BulkDeleteTest::$fieldStorages |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The fields to use in this test. |
| BulkDeleteTest::checkHooksInvocations |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests that the expected hooks have been invoked on the expected entities. |
| BulkDeleteTest::setUp |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Set the default field storage backend for fields created during tests. |
| BulkDeleteTest::testDeleteField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests deleting fields. |
| BulkDeleteTest::testPurgeField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging fields. |
| BulkDeleteTest::testPurgeFieldStorage |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging field storages. |
| BulkDeleteTest::testPurgeWithDeletedAndActiveField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests that recreating a field with the name as a deleted field works. |
| BulkFormAccessTest::testNodeDeleteAccess |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if nodes that may not be deleted, can not be deleted in bulk. |
| BulkFormAccessTest::testUserDeleteAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be deleted, can not be deleted in bulk. |
| CacheBackendDecorator::delete |
function |
core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php |
|
| CacheBackendDecorator::deleteAll |
function |
core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php |
|
| CacheBackendDecorator::deleteMultiple |
function |
core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php |
|
| CacheBackendInterface::delete |
function |
core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Deletes an item from the cache. |
| CacheBackendInterface::deleteAll |
function |
core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Deletes all cache items in a bin. |
| CacheBackendInterface::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Deletes multiple items from the cache. |
| CacheCollector::delete |
function |
core/lib/Drupal/Core/Cache/CacheCollector.php |
|
| CacheCollectorInterface::delete |
function |
core/lib/Drupal/Core/Cache/CacheCollectorInterface.php |
Deletes the element. |
| CacheCollectorTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests setting and deleting values. |
| CacheCollectorTest::testUpdateCacheDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a delete. |
| CachedStorage::delete |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
|
| CachedStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
|
| CachedStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
|
| ChainedFastBackend::delete |
function |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
|
| ChainedFastBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
|
| ChainedFastBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php |
|
| CheckpointListInterface::delete |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php |
Deletes a checkpoint. |
| CheckpointListInterface::deleteAll |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php |
Deletes all checkpoints. |
| CheckpointStorage::delete |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
|
| CheckpointStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
|