tracker_menu |
function |
drupal/core/modules/tracker/tracker.module |
Implements hook_menu(). |
MenuTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php |
Definition of Drupal\views\Tests\Wizard\MenuTest. |
picture_menu |
function |
drupal/core/modules/picture/picture.module |
Implements hook_menu(). |
MenuNodeTest |
class |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php |
Test menu settings for nodes. |
MENU_IS_ROOT |
constant |
drupal/core/includes/menu.inc |
Internal menu flag -- menu item is the root of the menu tree. |
menu.api.php |
file |
drupal/core/modules/menu/menu.api.php |
Hooks provided by the Menu module. |
overlay_menu |
function |
drupal/core/modules/overlay/overlay.module |
Implements hook_menu() |
menu.install |
file |
drupal/core/modules/menu/menu.install |
Install, update and uninstall functions for the menu module. |
contact_menu |
function |
drupal/core/modules/contact/contact.module |
Implements hook_menu(). |
Menu::$label |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Menu.php |
The human-readable name of the menu entity. |
MenuLink::$p5 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The fifth entity ID in the materialized path. |
MenuLink::$p6 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The sixth entity ID in the materialized path. |
language_menu |
function |
drupal/core/modules/language/language.module |
Implements hook_menu(). |
taxonomy_menu |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_menu(). |
MenuLink::$p7 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The seventh entity ID in the materialized path. |
MenuLink::$p8 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The eighth entity ID in the materialized path. |
MenuLink::$p9 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The ninth entity ID in the materialized path. |
MenuBlock.php |
file |
drupal/core/modules/menu/lib/Drupal/menu/Plugin/Derivative/MenuBlock.php |
Contains \Drupal\menu\Plugin\Derivative\MenuBlock. |
MenuBlock.php |
file |
drupal/core/modules/menu/lib/Drupal/menu/Plugin/Block/MenuBlock.php |
Contains \Drupal\menu\Plugin\Block\MenuBlock. |
MockMenuBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php |
Mock implementation of a menu block plugin used by Plugin API unit tests. |
MenuHierarchy |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/MenuHierarchy.php |
Sort in menu hierarchy order. |
views_ui_menu |
function |
drupal/core/modules/views_ui/views_ui.module |
Implements hook_menu(). |
MENU_CALLBACK |
constant |
drupal/core/includes/menu.inc |
Menu type -- A hidden, internal callback, typically used for API calls. |
field_ui_menu |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_menu(). |
menu_menu_add |
function |
drupal/core/modules/menu/menu.admin.inc |
Page callback: Presents the menu creation form. |
shortcut_menu |
function |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_menu(). |
menu_link_add |
function |
drupal/core/modules/menu/menu.admin.inc |
Menu callback: Provides the menu link submission form. |
menu_set_item |
function |
drupal/core/includes/menu.inc |
Replaces the statically cached item for a given path. |
menu_get_item |
function |
drupal/core/includes/menu.inc |
Gets a router item. |
menu_link_uri |
function |
drupal/core/modules/menu_link/menu_link.module |
Entity URI callback. |
menu.info.yml |
file |
drupal/core/modules/menu/menu.info.yml |
drupal/core/modules/menu/menu.info.yml |
MenuInterface |
interface |
drupal/core/modules/system/lib/Drupal/system/MenuInterface.php |
Provides an interface defining a menu entity. |
MenuLink::$p1 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The first entity ID in the materialized path. |
MenuLink::$p2 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The second entity ID in the materialized path. |
MenuLink::$p3 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The third entity ID in the materialized path. |
MenuLink::$p4 |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The fourth entity ID in the materialized path. |
MenuRouterTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests menu router and hook_menu() functionality. |
menu_test_menu |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu(). |
book_menu_name |
function |
drupal/core/modules/book/book.module |
Generates the corresponding menu name from a book ID. |
tour_test_menu |
function |
drupal/core/modules/tour/tests/tour_test/tour_test.module |
Implements hook_menu(). |
menu_node_save |
function |
drupal/core/modules/menu/menu.module |
Helper for hook_node_insert() and hook_node_update(). |
menu.admin.css |
file |
drupal/core/modules/menu/css/menu.admin.css |
.menu-enabled {
width: 70px;
}
.menu-label {
font-weight: bold;
} |
menu_get_menus |
function |
drupal/core/modules/menu/menu.module |
Return an associative array of the custom menus names. |
menu_menu_edit |
function |
drupal/core/modules/menu/menu.admin.inc |
Page callback: Presents the menu edit form. |
MENU_NOT_FOUND |
constant |
drupal/core/includes/menu.inc |
Internal menu status code -- Menu item was not found. |
MENU_MAX_PARTS |
constant |
drupal/core/includes/menu.inc |
The maximum number of path elements for a menu callback |
MENU_MAX_DEPTH |
constant |
drupal/core/includes/menu.inc |
The maximum depth of a menu links tree - matches the number of p columns. |
menu_uninstall |
function |
drupal/core/modules/menu/menu.install |
Implements hook_uninstall(). |
menu_link_load |
function |
drupal/core/modules/menu_link/menu_link.module |
Loads a menu link entity. |
menu_tail_load |
function |
drupal/core/includes/menu.inc |
Loads the path as one string relative to the current index. |