Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Deletes configuration data from the storage.
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Inserts configuration data in the storage.
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Reads configuration data from the storage.
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.
MemoryStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests an invalid storage.
MemoryStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Updates configuration data in the storage.
Menu system group core/lib/Drupal/Core/Menu/menu.api.php Define the navigation menus, local actions and tasks, and contextual links.
menu--secondary-menu.html.twig file core/themes/olivero/templates/navigation/menu--secondary-menu.html.twig Olivero's theme implementation for the menus in the secondary_menu region.
menu-account.css file core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css This file is used to style the account menu.
menu-footer.css file core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css This file is used to style the main menu.
menu-local-task--views-ui.html.twig file core/themes/claro/templates/navigation/menu-local-task--views-ui.html.twig Theme override for a local task link.
menu-local-task--views-ui.html.twig file core/themes/default_admin/templates/navigation/menu-local-task--views-ui.html.twig Theme override for a local task link.
menu-local-task--views-ui.html.twig file core/themes/admin/templates/navigation/menu-local-task--views-ui.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/admin/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/default_admin/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/claro/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/starterkit_theme/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/olivero/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/themes/stable9/templates/navigation/menu-local-task.html.twig Theme override for a local task link.
menu-local-task.html.twig file core/modules/system/templates/menu-local-task.html.twig Default theme implementation for a local task link.
menu-local-tasks.html.twig file core/modules/system/templates/menu-local-tasks.html.twig Default theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/default_admin/templates/navigation/menu-local-tasks.html.twig Default Admin implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/admin/templates/navigation/menu-local-tasks.html.twig Gin theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/olivero/templates/navigation/menu-local-tasks.html.twig Olivero theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/stable9/templates/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/claro/templates/menu-local-tasks.html.twig Claro theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/starterkit_theme/templates/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-main.css file core/profiles/demo_umami/themes/umami/css/components/navigation/menu-main/menu-main.css This file is used to style the main 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.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.2
* 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.default_tree_manipulators service core/core.services.yml Drupal\Core\Menu\DefaultMenuLinkTreeManipulators
menu.parent_form_selector service core/core.services.yml Drupal\Core\Menu\MenuParentFormSelector
menu.rebuild_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\MenuRouterRebuildSubscriber
menu.tree_storage service core/core.services.yml Drupal\Core\Menu\MenuTreeStorage
Menu::$description property core/modules/system/src/Entity/Menu.php The menu description.
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::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

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