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
classy_preprocess_links__media_library_menu function core/themes/classy/classy.theme Implements hook_preprocess_links__media_library_menu().
comment.links.menu.yml file core/modules/comment/comment.links.menu.yml core/modules/comment/comment.links.menu.yml
config.links.menu.yml file core/modules/config/config.links.menu.yml core/modules/config/config.links.menu.yml
ConfigTranslationListUiTest::doMenuListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the menu listing for the translate operation.
config_translation.links.menu.yml file core/modules/config_translation/config_translation.links.menu.yml core/modules/config_translation/config_translation.links.menu.yml
contact.links.menu.yml file core/modules/contact/contact.links.menu.yml core/modules/contact/contact.links.menu.yml
contact_menu_local_tasks_alter function core/modules/contact/contact.module Implements hook_menu_local_tasks_alter().
content_translation_menu_links_discovered_alter function core/modules/content_translation/content_translation.module Implements hook_menu_links_discovered_alter().
core.menu.schema.yml file core/config/schema/core.menu.schema.yml core/config/schema/core.menu.schema.yml
core.menu.static_menu_link_overrides.yml file core/profiles/standard/config/install/core.menu.static_menu_link_overrides.yml core/profiles/standard/config/install/core.menu.static_menu_link_overrides.yml
core.menu.static_menu_link_overrides.yml file core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml
core.menu.static_menu_link_overrides.yml file core/config/install/core.menu.static_menu_link_overrides.yml core/config/install/core.menu.static_menu_link_overrides.yml
d6_language_content_menu_settings.yml file core/modules/language/migrations/d6_language_content_menu_settings.yml core/modules/language/migrations/d6_language_content_menu_settings.yml
d6_menu.yml file core/modules/system/migrations/d6_menu.yml core/modules/system/migrations/d6_menu.yml
d6_menu_links.yml file core/modules/menu_link_content/migrations/d6_menu_links.yml core/modules/menu_link_content/migrations/d6_menu_links.yml
d6_menu_links_translation.yml file core/modules/content_translation/migrations/d6_menu_links_translation.yml core/modules/content_translation/migrations/d6_menu_links_translation.yml
d7_menu.yml file core/modules/system/migrations/d7_menu.yml core/modules/system/migrations/d7_menu.yml
d7_menu_links.yml file core/modules/menu_link_content/migrations/d7_menu_links.yml core/modules/menu_link_content/migrations/d7_menu_links.yml
dblog.links.menu.yml file core/modules/dblog/dblog.links.menu.yml core/modules/dblog/dblog.links.menu.yml
dblog_menu_links_discovered_alter function core/modules/dblog/dblog.module Implements hook_menu_links_discovered_alter().
DefaultMenuLinkTreeManipulators class core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Provides a couple of menu link tree manipulators.
DefaultMenuLinkTreeManipulators.php file core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php
DefaultMenuLinkTreeManipulators::$accessManager property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The access manager.
DefaultMenuLinkTreeManipulators::$account property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The current user.
DefaultMenuLinkTreeManipulators::$entityTypeManager property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The entity type manager.
DefaultMenuLinkTreeManipulators::checkAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Performs access checks of a menu tree.
DefaultMenuLinkTreeManipulators::checkNodeAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Performs access checking for nodes in an optimized way.
DefaultMenuLinkTreeManipulators::collectNodeLinks function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Collects the node links in the menu tree.
DefaultMenuLinkTreeManipulators::flatten function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Flattens the tree to a single level.
DefaultMenuLinkTreeManipulators::generateIndexAndSort function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Generates a unique index and sorts by it.
DefaultMenuLinkTreeManipulators::menuLinkCheckAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Checks access for one menu link instance.
DefaultMenuLinkTreeManipulators::__construct function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object.
DefaultMenuLinkTreeManipulatorsTest class core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the default menu link tree manipulators.
DefaultMenuLinkTreeManipulatorsTest.php file core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php
DefaultMenuLinkTreeManipulatorsTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked access manager.
DefaultMenuLinkTreeManipulatorsTest::$currentUser property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked current user.
DefaultMenuLinkTreeManipulatorsTest::$defaultMenuTreeManipulators property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The default menu link tree manipulators.
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked entity type manager.
DefaultMenuLinkTreeManipulatorsTest::$links property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Array of menu link instances
DefaultMenuLinkTreeManipulatorsTest::$originalTree property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The original menu tree build in mockTree().
DefaultMenuLinkTreeManipulatorsTest::mockTree function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Creates a mock tree.
DefaultMenuLinkTreeManipulatorsTest::setUp function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php
DefaultMenuLinkTreeManipulatorsTest::testCheckAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the checkAccess() tree manipulator.
DefaultMenuLinkTreeManipulatorsTest::testCheckAccessWithLinkToAnyPagePermission function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests checkAccess() tree manipulator with 'link to any page' permission.
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the optimized node access checking.
DefaultMenuLinkTreeManipulatorsTest::testFlatten function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the flatten() tree manipulator.
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the generateIndexAndSort() tree manipulator.
demo_umami.links.menu.yml file core/profiles/demo_umami/demo_umami.links.menu.yml core/profiles/demo_umami/demo_umami.links.menu.yml
DisplayMenuInterface interface core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Defines an interface for displays that provide menu links.
DisplayMenuInterface.php file core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php

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