Search for menu

  1. Search 7.x for menu
  2. Search 9.5.x for menu
  3. Search 8.9.x for menu
  4. Search 10.3.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 Drupal 6/7 menu source from database.

All search results

Title Object type File name Summary
menu-region--footer.html.twig file core/modules/navigation/templates/menu-region--footer.html.twig Default theme implementation to display the navigation footer menu.
menu-sidebar.css file core/themes/olivero/css/components/navigation/menu-sidebar.css Styles for menu placed in sidebar region.
menu-sidebar.pcss.css file core/themes/olivero/css/components/navigation/menu-sidebar.pcss.css Styles for menu placed in sidebar region.
menu.api.php file core/lib/Drupal/Core/Menu/menu.api.php Hooks and documentation related to the menu system and links.
menu.css file core/profiles/demo_umami/themes/umami/css/classy/components/menu.css Visual styles for menu.
menu.css file core/themes/claro/css/classy/components/menu.css Visual styles for menu.
menu.css file core/themes/starterkit_theme/css/components/menu.css Visual styles for menu.
menu.css file core/assets/vendor/jquery.ui/themes/base/menu.css /*!
* jQuery UI Menu 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/menu/#theming
*/
.ui-menu {
list-style:…
menu.html.twig file core/profiles/demo_umami/themes/umami/templates/components/navigation/menu.html.twig Theme override to display a menu.
menu.html.twig file core/themes/olivero/templates/navigation/menu.html.twig Olivero's theme implementation for the main menu.
menu.html.twig file core/themes/stable9/templates/navigation/menu.html.twig Theme override to display a menu.
menu.html.twig file core/themes/claro/templates/classy/navigation/menu.html.twig Theme override to display a menu.
menu.html.twig file core/themes/starterkit_theme/templates/navigation/menu.html.twig Theme override to display a menu.
menu.html.twig file core/modules/system/templates/menu.html.twig Default theme implementation to display a menu.
Menu.php file core/modules/system/src/Entity/Menu.php
Menu.php file core/modules/system/src/Plugin/migrate/source/Menu.php
Menu::$description property core/modules/system/src/Entity/Menu.php The menu description.
Menu::$id property core/modules/system/src/Entity/Menu.php The menu machine name.
Menu::$label property core/modules/system/src/Entity/Menu.php The human-readable name of the menu entity.
Menu::$locked property core/modules/system/src/Entity/Menu.php The locked status of this menu.
Menu::delete function core/modules/system/src/Entity/Menu.php Deletes an entity permanently.
Menu::fields function core/modules/system/src/Plugin/migrate/source/Menu.php Returns available fields on the source.
Menu::getDescription function core/modules/system/src/Entity/Menu.php Returns the description of the menu.
Menu::getIds function core/modules/system/src/Plugin/migrate/source/Menu.php Defines the source fields uniquely identifying a source row.
Menu::isLocked function core/modules/system/src/Entity/Menu.php Determines if this menu is locked.
Menu::preDelete function core/modules/system/src/Entity/Menu.php Acts on entities before they are deleted and before hooks are invoked.
Menu::query function core/modules/system/src/Plugin/migrate/source/Menu.php
Menu::save function core/modules/system/src/Entity/Menu.php Saves an entity permanently.
MenuAccessControlHandler class core/modules/system/src/MenuAccessControlHandler.php Defines the access control handler for the menu entity type.
MenuAccessControlHandler.php file core/modules/system/src/MenuAccessControlHandler.php
MenuAccessControlHandler::$viewLabelOperation property core/modules/system/src/MenuAccessControlHandler.php Allows to grant access to just the labels.
MenuAccessControlHandler::checkAccess function core/modules/system/src/MenuAccessControlHandler.php Performs access checks.
MenuAccessControlHandlerTest class core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php @coversDefaultClass \Drupal\system\MenuAccessControlHandler
@group system
MenuAccessControlHandlerTest.php file core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuAccessControlHandlerTest::$accessControlHandler property core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php The menu access control handler.
MenuAccessControlHandlerTest::$modules property core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php Modules to install.
MenuAccessControlHandlerTest::setUp function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuAccessControlHandlerTest::testAccess function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php @covers ::checkAccess
@covers ::checkCreateAccess
@dataProvider testAccessProvider
MenuAccessControlHandlerTest::testAccessProvider function core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
MenuAccessTest class core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Tests the route access checks on menu links.
MenuAccessTest.php file core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
MenuAccessTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php The theme to install as the default for testing.
MenuAccessTest::$modules property core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Modules to install.
MenuAccessTest::assertMenuItemRoutesAccess function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Asserts route requests connected to menu items have the expected access.
MenuAccessTest::assertUserRoutesAccess function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Asserts which routes a user has access to.
MenuAccessTest::drupalGet function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Retrieves a Drupal path or an absolute path.
MenuAccessTest::setUp function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
MenuAccessTest::testMenuBlockLinksAccessCheck function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Tests menu link for route with access check.
MenuAccessTest::testSystemAdminMenuBlockAccessCheck function core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php Test routes implementing _access_admin_menu_block_page.
MenuActiveTrail class core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php Provides a proxy class for \Drupal\Core\Menu\MenuActiveTrail.

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