menu_form_node_type_form_alter |
function |
drupal/core/modules/menu/menu.module |
Implements hook_form_FORM_ID_alter(). |
MenuLinkDeleteForm::submitForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Form submission handler. |
MenuDeleteMenuForm::submitForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Form submission handler. |
_menu_navigation_links_rebuild |
function |
drupal/core/includes/menu.inc |
Builds menu links for the items in the menu router. |
MenuListController::buildHeader |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildHeader(). |
EntityType::$menu_path_wildcard |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
A string identifying the menu loader in the router path. |
PathPluginBase::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::executeHookMenu(). |
MenuLinkStorageController::save |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::save(). |
MenuLinkFormController::actions |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::actions(). |
MenuRouterTest::testMenuSetItem |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu_set_item(). |
ViewExecutable::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Called to get hook_menu() information from the view and the named display handler. |
MenuHierarchy::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/MenuHierarchy.php |
Basic options for all sort criteria |
MenuLinkDeleteForm::getQuestion |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Returns the question to ask the user. |
MenuDeleteMenuForm::getQuestion |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns the question to ask the user. |
design_test_menu_theme_callback |
function |
drupal/core/modules/system/tests/modules/design_test/design_test.module |
Menu theme callback for design_test pages. |
MenuRouterTest::$alternate_theme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Name of an alternate theme to use for tests. |
menu_test_menu_local_tasks_alter |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_local_tasks_alter(). |
MenuLinkFormController::validate |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::validate(). |
LinksTest::assertMenuLinkParents |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Assert that at set of links is properly parented. |
TreeOutputTest::testMenuTreeData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php |
Validate the generation of a proper menu tree output. |
MenuLinkResetForm::getCancelPath |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns the page to go to if the user cancels the action. |
hook_menu_contextual_links_alter |
function |
drupal/core/modules/system/system.api.php |
Alter contextual links before they are rendered. |
form_test_load_include_menu_ajax |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.file.inc |
Ajax callback for the file inclusion via menu test. |
MenuListController::getOperations |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(); |
MenuLinkStorageController::create |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
menu_test_custom_403_404_callback |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback for our custom 403 and 404 pages. |
MenuLinkInterface::setRouteObject |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Sets the route object for this link. |
MenuRouterTest::testMenuHierarchy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests for menu hierarchy. |
MenuRouterTest::testMenuItemHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu maintenance hooks. |
ToolbarMenuTranslationTest::setUp |
function |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php |
Sets up a Drupal site for running functional and integration tests. |
MenuLinkResetForm::getDescription |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns additional text to display as a description. |
MenuLinkResetForm::getConfirmText |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns a caption for the button that confirms the action. |
MenuLinkDeleteForm::getCancelPath |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Returns the page to go to if the user cancels the action. |
MenuDeleteMenuForm::getCancelPath |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns the page to go to if the user cancels the action. |
AliasWhitelist::loadMenuPathRoots |
function |
drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php |
Loads menu path roots to prepopulate cache. |
MenuLinkStorageController::preSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::preSave(). |
TreeDataUnitTest::testMenuTreeData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeDataUnitTest.php |
Validate the generation of a proper menu tree hierarchy. |
LinksTest::testMenuLinkReparenting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Test automatic reparenting of menu links. |
MenuTest::testMenuQueryAndFragment |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Add and remove a menu link with a query string and fragment. |
MenuTest::testBlockContextualLinks |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Tests the contextual links on a menu block. |
MenuDeleteMenuForm::getDescription |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns additional text to display as a description. |
MenuDeleteMenuForm::getConfirmText |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns a caption for the button that confirms the action. |
design_test_menu_local_tasks_alter |
function |
drupal/core/modules/system/tests/modules/design_test/design_test.module |
Implements hook_menu_local_tasks_alter(). |
DisplayPluginBase::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If this display creates a page with a menu item, implement it here. |
MenuLinkStorageController::postSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
DatabaseStorageController::postSave(). |
MenuLinkFormController::__construct |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Constructs a new MenuLinkFormController object. |
MenuRouterTest::testFileInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that 'page callback', 'file' and 'file path' keys are properly
inherited from parent menu paths. |
MenuRouterTest::testHookCustomTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that hook_custom_theme() can control the theme of a page. |
MenuRouterTest::testMenuLinkOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu link 'options' storage and rendering. |
ToolbarMenuTranslationTest::getInfo |
function |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php |
|