| MemoryBackend::delete |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes an item from the cache. |
| MemoryBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes all cache items in a bin. |
| MemoryBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/MemoryBackend.php |
Deletes multiple items from the cache. |
| MemoryCounterBackend::delete |
function |
core/lib/Drupal/Core/Cache/MemoryCounterBackend.php |
Deletes an item from the cache. |
| MemoryStorage::delete |
function |
core/lib/Drupal/Core/Config/MemoryStorage.php |
Deletes a configuration object from the storage. |
| MemoryStorage::delete |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes an item from the key/value store. |
| MemoryStorage::deleteAll |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes all items from the key/value store. |
| MemoryStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/MemoryStorage.php |
Deletes configuration objects whose names start with a given prefix. |
| MemoryStorage::deleteMultiple |
function |
core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Deletes multiple items from the key/value store. |
| MemoryStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php |
Deletes configuration data from the storage. |
| Menu::delete |
function |
core/modules/system/src/Entity/Menu.php |
Deletes an entity permanently. |
| Menu::preDelete |
function |
core/modules/system/src/Entity/Menu.php |
Acts on entities before they are deleted and before hooks are invoked. |
| MenuActiveTrail::delete |
function |
core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php |
Deletes the element. |
| MenuDeleteForm |
class |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Defines a confirmation form for deletion of a custom menu. |
| MenuDeleteForm.php |
file |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
|
| MenuDeleteForm::$connection |
property |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
The database connection. |
| MenuDeleteForm::$menuLinkManager |
property |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
The menu link manager. |
| MenuDeleteForm::create |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MenuDeleteForm::getDescription |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Returns additional text to display as a description. |
| MenuDeleteForm::logDeletionMessage |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Logs a message about the deleted entity. |
| MenuDeleteForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
|
| MenuDeleteForm::__construct |
function |
core/modules/menu_ui/src/Form/MenuDeleteForm.php |
Constructs a new MenuDeleteForm. |
| MenuDeleteTest |
class |
core/modules/menu_ui/tests/src/Kernel/MenuDeleteTest.php |
Tests the menu_delete hook. |
| MenuDeleteTest.php |
file |
core/modules/menu_ui/tests/src/Kernel/MenuDeleteTest.php |
|
| MenuDeleteTest::$modules |
property |
core/modules/menu_ui/tests/src/Kernel/MenuDeleteTest.php |
Modules to install. |
| MenuDeleteTest::providerMenuDelete |
function |
core/modules/menu_ui/tests/src/Kernel/MenuDeleteTest.php |
Provides data for testMenuDelete(). |
| MenuDeleteTest::testMenuDelete |
function |
core/modules/menu_ui/tests/src/Kernel/MenuDeleteTest.php |
Tests menu delete. |
| MenuLinkBase::deleteLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Deletes a menu link. |
| MenuLinkBase::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a route to delete the menu link. |
| MenuLinkContent::deleteLink |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Deletes a menu link. |
| MenuLinkContent::getDeleteRoute |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns route information for a route to delete the menu link. |
| MenuLinkContent::preDelete |
function |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
Acts on entities before they are deleted and before hooks are invoked. |
| MenuLinkContentDeleteForm |
class |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php |
Provides a delete form for content menu links. |
| MenuLinkContentDeleteForm.php |
file |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php |
|
| MenuLinkContentDeleteForm::getCancelUrl |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| MenuLinkContentDeleteForm::getDeletionMessage |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php |
|
| MenuLinkContentDeleteForm::getRedirectUrl |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
| MenuLinkContentDeleteFormTest |
class |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Tests the menu link content delete UI. |
| MenuLinkContentDeleteFormTest.php |
file |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
|
| MenuLinkContentDeleteFormTest::$defaultTheme |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
The theme to install as the default for testing. |
| MenuLinkContentDeleteFormTest::$modules |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Modules to install. |
| MenuLinkContentDeleteFormTest::setUp |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
|
| MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Tests the MenuLinkContentDeleteForm class. |
| MenuLinkContentHooks::entityPredelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_entity_predelete(). |
| MenuLinkContentHooks::menuDelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| MenuLinkContentHooks::pathAliasDelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'path_alias'. |
| MenuLinkInterface::deleteLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Deletes a menu link. |
| MenuLinkInterface::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to delete the menu link. |
| MenuLinkManager::deleteInstance |
function |
core/lib/Drupal/Core/Menu/MenuLinkManager.php |
Deletes a specific instance. |
| MenuLinkManager::deleteLinksInMenu |
function |
core/lib/Drupal/Core/Menu/MenuLinkManager.php |
Deletes all links having a certain menu name. |