| 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. |
| MenuLinkManagerInterface::deleteLinksInMenu |
function |
core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php |
Deletes all links having a certain menu name. |
| MenuLinksTest::testMenuLinkOnEntityDelete |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests that menu link pointing to entities get removed on entity remove. |
| MenuLinkTreeTest::testDeleteLinksInMenu |
function |
core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php |
Tests deleting all the links in a menu. |
| MenuTreeStorage::delete |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Deletes a menu link definition from the storage. |
| MenuTreeStorage::doDeleteMultiple |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Purge menu links from the database. |
| MenuTreeStorageInterface::delete |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php |
Deletes a menu link definition from the storage. |
| MenuUiHooks::menuDelete |
function |
core/modules/menu_ui/src/Hook/MenuUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| MenuUiTest::deleteCustomMenu |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Deletes the locally stored custom menu. |
| MenuUiTest::deleteMenuLink |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Deletes a menu link using the UI. |
| MessageResourceTestBase::testDelete |
function |
core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| MessageTest::doTestDeleteIndividual |
function |
core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| Messenger::deleteAll |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Deletes all messages. |
| Messenger::deleteByType |
function |
core/lib/Drupal/Core/Messenger/Messenger.php |
Deletes all messages of a certain type. |
| MessengerInterface::deleteAll |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Deletes all messages. |
| MessengerInterface::deleteByType |
function |
core/lib/Drupal/Core/Messenger/MessengerInterface.php |
Deletes all messages of a certain type. |
| MigrateEvents::MAP_DELETE |
constant |
core/modules/migrate/src/Event/MigrateEvents.php |
Name of the event fired when removing an entry from a migration's map. |
| MigrateEvents::POST_ROW_DELETE |
constant |
core/modules/migrate/src/Event/MigrateEvents.php |
Name of the event fired just after a single item has been deleted. |
| MigrateEvents::PRE_ROW_DELETE |
constant |
core/modules/migrate/src/Event/MigrateEvents.php |
Name of the event fired when about to delete a single item. |
| MigrateEventsTest::mapDeleteEventRecorder |
function |
core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php |
Reacts to map delete event. |
| MigrateIdMapInterface::delete |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Deletes the map and message entries for a given source record. |