ActionDeleteForm |
class |
core/modules/action/src/Form/ActionDeleteForm.php |
Builds a form to delete an action. |
ActionDeleteForm.php |
file |
core/modules/action/src/Form/ActionDeleteForm.php |
|
ActionDeleteForm::getCancelUrl |
function |
core/modules/action/src/Form/ActionDeleteForm.php |
|
AdminHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Gets the delete-form route. |
AdminHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Returns the delete multiple form route. |
AllowListConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Deletes a configuration object from the storage. |
AllowListConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php |
Deletes configuration objects whose names start with a given prefix. |
ApcuBackend::delete |
function |
core/lib/Drupal/Core/Cache/ApcuBackend.php |
Deletes an item from the cache. |
ApcuBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/ApcuBackend.php |
Deletes all cache items in a bin. |
ApcuBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/ApcuBackend.php |
Deletes multiple items from the cache. |
ApcuFileCacheBackend::delete |
function |
core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php |
Deletes data from a cache backend. |
AssetCollectionOptimizerInterface::deleteAll |
function |
core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php |
Deletes all optimized asset collections assets. |
BackendChain::delete |
function |
core/lib/Drupal/Core/Cache/BackendChain.php |
Deletes an item from the cache. |
BackendChain::deleteAll |
function |
core/lib/Drupal/Core/Cache/BackendChain.php |
Deletes all cache items in a bin. |
BackendChain::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/BackendChain.php |
Deletes multiple items from the cache. |
BackendChainImplementationUnitTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that delete will propagate. |
BackendChainImplementationUnitTest::testDeleteAllPropagation |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that the delete all operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testDeleteTagsPropagation |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that the delete tags operation is propagated to all chained backends. |
BanDelete |
class |
core/modules/ban/src/Form/BanDelete.php |
Provides a form to unban IP addresses. |
BanDelete.php |
file |
core/modules/ban/src/Form/BanDelete.php |
|
BanDelete::$banIp |
property |
core/modules/ban/src/Form/BanDelete.php |
The banned IP address. |
BanDelete::$ipManager |
property |
core/modules/ban/src/Form/BanDelete.php |
The IP manager. |
BanDelete::buildForm |
function |
core/modules/ban/src/Form/BanDelete.php |
|
BanDelete::create |
function |
core/modules/ban/src/Form/BanDelete.php |
Instantiates a new instance of this class. |
BanDelete::getCancelUrl |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns the route to go to if the user cancels the action. |
BanDelete::getConfirmText |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns a caption for the button that confirms the action. |
BanDelete::getFormId |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns a unique string identifying the form. |
BanDelete::getQuestion |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns the question to ask the user. |
BanDelete::submitForm |
function |
core/modules/ban/src/Form/BanDelete.php |
Form submission handler. |
BanDelete::__construct |
function |
core/modules/ban/src/Form/BanDelete.php |
Constructs a new BanDelete object. |
BaseFieldDefinition::isDeleted |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns whether the field is deleted or not. |
BaseFieldDefinition::setDeleted |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Sets whether the field storage is deleted. |
BaseFieldOverride::postDelete |
function |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php |
Acts on deleted entities before the delete hook is invoked. |
BatchStorage::delete |
function |
core/lib/Drupal/Core/Batch/BatchStorage.php |
Deletes a batch. |
BatchStorage::delete |
function |
core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php |
Deletes a batch. |
BatchStorageInterface::delete |
function |
core/lib/Drupal/Core/Batch/BatchStorageInterface.php |
Deletes a batch. |
BlockContent::postDelete |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on deleted entities before the delete hook is invoked. |
BlockContent::preDelete |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on entities before they are deleted and before hooks are invoked. |
BlockContentCreationTest::testBlockDelete |
function |
core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php |
Tests deleting a block. |
BlockContentDeleteForm |
class |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
Provides a confirmation form for deleting a content block entity. |
BlockContentDeleteForm.php |
file |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
|
BlockContentDeleteForm::getDescription |
function |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
Returns additional text to display as a description. |
BlockContentRevisionDeleteTest |
class |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
Block content revision delete form test. |
BlockContentRevisionDeleteTest.php |
file |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
|
BlockContentRevisionDeleteTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
The theme to install as the default for testing. |
BlockContentRevisionDeleteTest::$permissions |
property |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
Permissions to grant admin user. |
BlockContentRevisionDeleteTest::setUp |
function |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
Sets the test up. |
BlockContentRevisionDeleteTest::testDeleteForm |
function |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
Tests revision delete. |
BlockContentTypeDeleteForm |
class |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
Provides a confirmation form for deleting a block type entity. |
BlockContentTypeDeleteForm.php |
file |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
|