menu_menu_insert |
function |
drupal/core/modules/menu/menu.module |
Implements hook_menu_insert() |
menu_menu_update |
function |
drupal/core/modules/menu/menu.module |
Implements hook_menu_update(). |
menu_menu_delete |
function |
drupal/core/modules/menu/menu.module |
Implements hook_menu_delete(). |
menu_node_insert |
function |
drupal/core/modules/menu/menu.module |
Implements hook_node_insert(). |
toolbar.menu.css |
file |
drupal/core/modules/toolbar/css/toolbar.menu.css |
toolbar.menu.css |
menu_node_update |
function |
drupal/core/modules/menu/menu.module |
Implements hook_node_update(). |
MENU_NORMAL_ITEM |
constant |
drupal/core/includes/menu.inc |
Menu type -- A "normal" menu item that's shown in menu and breadcrumbs. |
menu_node_submit |
function |
drupal/core/modules/menu/menu.module |
Implements hook_node_submit(). |
module_test_menu |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_menu(). |
MENU_SITE_ONLINE |
constant |
drupal/core/includes/menu.inc |
Internal menu status code -- Everything is working fine. |
menu_update_8000 |
function |
drupal/core/modules/menu/menu.install |
Moves menu settings from variables to config. |
menu_update_8001 |
function |
drupal/core/modules/menu/menu.install |
Rename default menu names. |
menu_unserialize |
function |
drupal/core/includes/menu.inc |
Unserializes menu data, using a map to replace path elements. |
menu_update_8002 |
function |
drupal/core/modules/menu/menu.install |
Adds the footer menu to custom menus. |
menu_update_8003 |
function |
drupal/core/modules/menu/menu.install |
Moves menu_override_parent_selector from variables to config. |
menu_update_8004 |
function |
drupal/core/modules/menu/menu.install |
Migrate menus into configuration. |
menu_link_schema |
function |
drupal/core/modules/menu_link/menu_link.install |
Implements hook_schema(). |
menu_tail_to_arg |
function |
drupal/core/includes/menu.inc |
Returns a string containing the path relative to the current index. |
menu_link_delete |
function |
drupal/core/modules/menu_link/menu_link.module |
Deletes a menu link. |
menu_tree_output |
function |
drupal/core/includes/menu.inc |
Returns a rendered menu tree. |
menu.routing.yml |
file |
drupal/core/modules/menu/menu.routing.yml |
drupal/core/modules/menu/menu.routing.yml |
MenuTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php |
Definition of Drupal\system\Tests\Menu\MenuTestBase. |
plugin_test_menu |
function |
drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module |
Implements hook_menu(). |
_menu_build_tree |
function |
drupal/core/includes/menu.inc |
Builds a menu tree. |
menu_link.module |
file |
drupal/core/modules/menu_link/menu_link.module |
Enables users to create menu links. |
common_test_menu |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_menu(). |
config_test_menu |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Implements hook_menu(). |
menu_local_tasks |
function |
drupal/core/includes/menu.inc |
Collects the local tasks (tabs), action links, and the root path. |
MenuBlock::build |
function |
drupal/core/modules/menu/lib/Drupal/menu/Plugin/Block/MenuBlock.php |
Builds and returns the renderable array for this block plugin. |
menu_cache_clear |
function |
drupal/core/includes/menu.inc |
Clears the cached cached data for a single named menu. |
design_test_menu |
function |
drupal/core/modules/system/tests/modules/design_test/design_test.module |
Implements hook_menu(). |
menu_test.module |
file |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy module implementing hook menu. |
views_menu_alter |
function |
drupal/core/modules/views/views.module |
Implement hook_menu_alter(). |
MenuLink::$depth |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The depth relative to the top level. A link with plid == 0 will have
depth == 1. |
custom_block_menu |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_menu(). |
MenuLinkInterface |
interface |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Provides an interface defining a menu link entity. |
MenuInterface.php |
file |
drupal/core/modules/system/lib/Drupal/system/MenuInterface.php |
Contains \Drupal\system\Plugin\Core\Entity\MenuInterface. |
MenuTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php |
|
MenuTranslateTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTranslateTest.php |
Defines a test class which tests the _menu_translate method. |
MenuTest::getInfo |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
|
block_menu_delete |
function |
drupal/core/modules/block/block.module |
Implements hook_menu_delete(). |
_menu_get_options |
function |
drupal/core/modules/menu/menu.module |
Helper function to get the items of the given menu. |
MenuLinkResetForm |
class |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuLinkResetForm.php |
Defines a confirmation form for resetting a single modified menu link. |
menu.settings.yml |
file |
drupal/core/modules/menu/config/menu.settings.yml |
drupal/core/modules/menu/config/menu.settings.yml |
menu_node_prepare |
function |
drupal/core/modules/menu/menu.module |
Implements hook_node_prepare(). |
MENU_LOCAL_ACTION |
constant |
drupal/core/includes/menu.inc |
Menu type -- An action specific to the parent, usually rendered as a link. |
menu_library_info |
function |
drupal/core/modules/menu/menu.module |
Implements hook_library_info(). |
MENU_CONTEXT_NONE |
constant |
drupal/core/includes/menu.inc |
Internal menu flag: Invisible local task. |
MENU_CONTEXT_PAGE |
constant |
drupal/core/includes/menu.inc |
Internal menu flag: Local task should be displayed in page context. |
Menu status codes |
group |
drupal/core/includes/menu.inc |
Status codes for menu callbacks. |