form_test_load_include_menu |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.file.inc |
Form constructor for testing FAPI file inclusion of the file specified in
hook_menu(). |
MenuListController::buildRow |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildRow(). |
MenuSettingsForm::submitForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
system_admin_menu_block_page |
function |
drupal/core/modules/system/system.admin.inc |
Provide a single block from the administration menu as a page. |
DisplayPath::testMenuOptions |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayPath.php |
Tests the menu and tab option form. |
MenuRouterTest::$admin_theme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Name of the administrative theme to use for tests. |
MenuLinkFormController::form |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::form(). |
MenuLinkFormController::save |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::save(). |
MenuRouterTest::testMenuName |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests for menu_name parameter for hook_menu(). |
MENU_MAX_MENU_NAME_LENGTH_UI |
constant |
drupal/core/modules/menu/menu.module |
Maximum length of menu name as entered by the user. Database length is 32
and we add a menu- prefix. |
MenuTest::addInvalidMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Attempt to add menu link with invalid path or no access permission. |
MenuHierarchy::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/MenuHierarchy.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
MenuLinkResetForm::$menuLink |
property |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
The menu link object to be deleted. |
MenuLinkResetForm::getFormID |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns a unique string identifying the form. |
MenuLinkResetForm::buildForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
menu_tree_collect_node_links |
function |
drupal/core/includes/menu.inc |
Collects node links from a given menu tree recursively. |
forum_menu_local_tasks_alter |
function |
drupal/core/modules/forum/forum.module |
Implements hook_menu_local_tasks_alter(). |
_menu_router_translate_route |
function |
drupal/core/includes/menu.inc |
Translates a route name to its router item path. |
MenuLink::buildFromRouterItem |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Builds a menu link entity from a router item. |
custom_block_menu_local_tasks |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_menu_local_tasks(). |
translation_entity_menu_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_menu_alter(). |
menu_test_other_argument_load |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
menu_test_menu_trail_callback |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback that test menu_test_menu_tree_set_path(). |
menu_test_theme_page_callback |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Page callback to use when testing the theme callback functionality. |
MenuLinkStorageController.php |
file |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Contains \Drupal\menu_link\MenuLinkStorageController. |
DeleteMenuAccessCheck::access |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php |
Checks for access to route. |
toolbar_menu_navigation_links |
function |
drupal/core/modules/toolbar/toolbar.module |
Generates an array of links from a menu tree array. |
access_check.menu.delete_link |
service |
drupal/core/modules/menu/menu.services.yml |
Drupal\menu\Access\DeleteLinkAccessCheck |
access_check.menu.delete_menu |
service |
drupal/core/modules/menu/menu.services.yml |
Drupal\menu\Access\DeleteMenuAccessCheck |
MenuTest::getStandardMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Get standard menu link. |
MenuLinkResetForm::submitForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Form submission handler. |
MenuLinkDeleteForm::$menuLink |
property |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
The menu link object to be deleted. |
MenuLinkDeleteForm::getFormID |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Returns a unique string identifying the form. |
MenuLinkDeleteForm::buildForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkDeleteForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
MenuDeleteMenuForm::getFormID |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Returns a unique string identifying the form. |
MenuDeleteMenuForm::buildForm |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
SystemMenuBlock::$derivatives |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
List of derivative definitions. |
template_preprocess_menu_tree |
function |
drupal/core/includes/menu.inc |
Implements template_preprocess_HOOK() for theme_menu_tree(). |
ToolbarMenuTranslationTest.php |
file |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php |
Contains \Drupal\toolbar\Tests\ToolbarMenuTranslationTest. |
MenuTestBase::assertBreadcrumb |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php |
Assert that a given path shows certain breadcrumb links. |
MenuRouterTest::$default_theme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Name of the default theme to use for tests. |
MenuLinkFormController::submit |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::submit(). |
MenuRouterTest::testExoticPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test path containing "exotic" characters. |
MenuLinkFormController::delete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::delete(). |
MenuRouterTest::testMenuHidden |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests menu link depth and parents of local tasks and menu callbacks. |
MenuRouterTest::menuLoadRouter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Load the router for a given path. |
DeleteMenuAccessCheck::applies |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
TrailTest::testMenuTreeSetPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php |
Tests active trails are properly affected by menu_tree_set_path(). |
MenuTest::testSystemMenuRename |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Test renaming built-in menu. |
MenuLinkResetForm::getQuestion |
function |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Returns the question to ask the user. |