BlockContentTypeDeleteForm::buildForm |
function |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
Form constructor. |
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 |
Gets the message to display to the user after deleting the entity. |
BlockDeleteForm::getDescription |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Returns additional text to display as a description. |
BlockDeleteForm::getQuestion |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockDeleteForm::systemRegionList |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Wraps system_region_list(). |
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. |
block_configurable_language_delete |
function |
core/modules/block/block.module |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
block_menu_delete |
function |
core/modules/block/block.module |
Implements hook_ENTITY_TYPE_delete() for menu entities. |
block_user_role_delete |
function |
core/modules/block/block.module |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
BookManager::deleteFromBook |
function |
core/modules/book/src/BookManager.php |
|
BookManager::deleteFromBook |
function |
core/modules/book/src/ProxyClass/BookManager.php |
|
BookManagerInterface::deleteFromBook |
function |
core/modules/book/src/BookManagerInterface.php |
Deletes node's entry from book table. |
BookOutlineStorage::delete |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorageInterface::delete |
function |
core/modules/book/src/BookOutlineStorageInterface.php |
Deletes a book entry. |
BookTest::testBookDelete |
function |
core/modules/book/tests/src/Functional/BookTest.php |
Tests the access for deleting top-level book nodes. |
book_node_predelete |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
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 |
Deletes an item from the cache. |
CacheBackendDecorator::deleteAll |
function |
core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php |
Deletes all cache items in a bin. |
CacheBackendDecorator::deleteMultiple |
function |
core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php |
Deletes multiple items from the cache. |
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 |
Deletes the element. |
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 |
Deletes a configuration object from the storage. |
CachedStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
Deletes configuration objects whose names start with a given prefix. |