Search for menu

  1. Search 7.x for menu
  2. Search 9.5.x for menu
  3. Search 10.3.x for menu
  4. Search 11.x for menu
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Menu class core/modules/system/src/Entity/Menu.php Defines the Menu configuration entity class.
Menu class core/modules/system/src/Plugin/migrate/source/Menu.php Menu source from database.

All search results

Title Object type File name Summary
MenuXmlAnonTest class core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php @group rest
MenuXmlAnonTest.php file core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php
MenuXmlAnonTest::$defaultTheme property core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php The theme to install as the default for testing.
MenuXmlAnonTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php The format to use in this test.
MenuXmlAnonTest::$mimeType property core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php The MIME type that corresponds to $format.
MenuXmlBasicAuthTest class core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php @group rest
MenuXmlBasicAuthTest.php file core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php
MenuXmlBasicAuthTest::$auth property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php The authentication mechanism to use in this test.
MenuXmlBasicAuthTest::$defaultTheme property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php The theme to install as the default for testing.
MenuXmlBasicAuthTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php The format to use in this test.
MenuXmlBasicAuthTest::$mimeType property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php The MIME type that corresponds to $format.
MenuXmlBasicAuthTest::$modules property core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php Modules to install.
MenuXmlCookieTest class core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php @group rest
MenuXmlCookieTest.php file core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php
MenuXmlCookieTest::$auth property core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php The authentication mechanism to use in this test.
MenuXmlCookieTest::$defaultTheme property core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php The theme to install as the default for testing.
MenuXmlCookieTest::$format property core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php The format to use in this test.
MenuXmlCookieTest::$mimeType property core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php The MIME type that corresponds to $format.
menu_cache_clear_all function core/includes/menu.inc Clears all cached menu data.
menu_link.static.overrides service core/core.services.yml Drupal\Core\Menu\StaticMenuLinkOverrides
menu_link_content.info.yml file core/modules/menu_link_content/menu_link_content.info.yml core/modules/menu_link_content/menu_link_content.info.yml
menu_link_content.install file core/modules/menu_link_content/menu_link_content.install Install, update and uninstall functions for the menu_link_content module.
menu_link_content.links.menu.yml file core/modules/menu_link_content/menu_link_content.links.menu.yml core/modules/menu_link_content/menu_link_content.links.menu.yml
menu_link_content.links.task.yml file core/modules/menu_link_content/menu_link_content.links.task.yml core/modules/menu_link_content/menu_link_content.links.task.yml
menu_link_content.migrate_drupal.yml file core/modules/menu_link_content/migrations/state/menu_link_content.migrate_drupal.yml core/modules/menu_link_content/migrations/state/menu_link_content.migrate_drupal.yml
menu_link_content.module file core/modules/menu_link_content/menu_link_content.module Allows administrators to create custom menu links.
menu_link_content.post_update.php file core/modules/menu_link_content/menu_link_content.post_update.php Post update functions for the Menu link content module.
menu_link_content.routing.yml file core/modules/menu_link_content/menu_link_content.routing.yml core/modules/menu_link_content/menu_link_content.routing.yml
menu_link_content_dynamic_route.info.yml file core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml
menu_link_content_dynamic_route.routing.yml file core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml
menu_link_content_entity_predelete function core/modules/menu_link_content/menu_link_content.module Implements hook_entity_predelete().
menu_link_content_entity_type_alter function core/modules/menu_link_content/menu_link_content.module Implements hook_entity_type_alter().
menu_link_content_help function core/modules/menu_link_content/menu_link_content.module Implements hook_help().
menu_link_content_menu_delete function core/modules/menu_link_content/menu_link_content.module Implements hook_menu_delete().
menu_link_content_path_alias_delete function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_delete() for 'path_alias'.
menu_link_content_path_alias_insert function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_insert() for 'path_alias'.
menu_link_content_path_alias_update function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_update() for 'path_alias'.
menu_link_content_post_update_make_menu_link_content_revisionable function core/modules/menu_link_content/menu_link_content.post_update.php Update custom menu links to be revisionable.
menu_link_content_requirements function core/modules/menu_link_content/menu_link_content.install Implements hook_requirements().
menu_link_content_update_8601 function core/modules/menu_link_content/menu_link_content.install Add the publishing status entity key to custom menu links.
menu_list_system_menus function core/includes/menu.inc Returns an array containing the names of system-defined (default) menus.
menu_local_tabs function core/includes/menu.inc Returns a renderable element for the primary and secondary tabs.
menu_local_tasks function core/includes/menu.inc Collects the local tasks (tabs) for the current route.
MENU_MAX_MENU_NAME_LENGTH_UI constant core/modules/menu_ui/menu_ui.module Maximum length of menu name as entered by the user.
menu_primary_local_tasks function core/includes/menu.inc Returns the rendered local tasks at the top level.
menu_secondary_local_tasks function core/includes/menu.inc Returns the rendered local tasks at the second level.
menu_settings.yml file core/modules/menu_ui/migrations/menu_settings.yml core/modules/menu_ui/migrations/menu_settings.yml
menu_test.info.yml file core/modules/system/tests/modules/menu_test/menu_test.info.yml core/modules/system/tests/modules/menu_test/menu_test.info.yml
menu_test.links.action.yml file core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml
menu_test.links.action.yml file core/modules/system/tests/modules/menu_test/menu_test.links.action.yml core/modules/system/tests/modules/menu_test/menu_test.links.action.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.