olivero_preprocess_menu_local_task |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for menu-local-task templates. |
olivero_preprocess_menu_local_tasks |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for menu-local-tasks templates. |
olivero_test.links.menu.yml |
file |
core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml |
core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml |
olivero_theme_suggestions_menu_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_theme_suggestions_HOOK_alter() for menu. |
Page::$menuStorage |
property |
core/modules/views/src/Plugin/views/display/Page.php |
The menu storage. |
paramconverter.menu_link |
service |
core/core.services.yml |
Drupal\Core\ParamConverter\MenuLinkPluginConverter |
path.links.menu.yml |
file |
core/modules/path/path.links.menu.yml |
core/modules/path/path.links.menu.yml |
PathAliasMenuLinkContentTest |
class |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Ensures that the menu tree adapts to path alias changes. |
PathAliasMenuLinkContentTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
|
PathAliasMenuLinkContentTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Modules to install. |
PathAliasMenuLinkContentTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
|
PathAliasMenuLinkContentTest::testPathAliasChange |
function |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Tests the path aliasing changing. |
PathPluginBase::getMenuLinks |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Gets menu links, if this display provides some. |
plugin.manager.menu.contextual_link |
service |
core/core.services.yml |
Drupal\Core\Menu\ContextualLinkManager |
plugin.manager.menu.link |
service |
core/core.services.yml |
Drupal\Core\Menu\MenuLinkManager |
plugin.manager.menu.local_action |
service |
core/core.services.yml |
Drupal\Core\Menu\LocalActionManager |
plugin.manager.menu.local_task |
service |
core/core.services.yml |
Drupal\Core\Menu\LocalTaskManager |
region--primary-menu.html.twig |
file |
core/themes/olivero/templates/layout/region--primary-menu.html.twig |
Olivero's theme override to display the header region. |
region--secondary-menu.html.twig |
file |
core/themes/olivero/templates/layout/region--secondary-menu.html.twig |
Olivero's theme override to display the header region. |
region-secondary-menu.css |
file |
core/themes/olivero/css/layout/region-secondary-menu.css |
Secondary menu region layout styling. |
region-secondary-menu.pcss.css |
file |
core/themes/olivero/css/layout/region-secondary-menu.pcss.css |
Secondary menu region layout styling. |
responsive_image.links.menu.yml |
file |
core/modules/responsive_image/responsive_image.links.menu.yml |
core/modules/responsive_image/responsive_image.links.menu.yml |
search.links.menu.yml |
file |
core/modules/search/search.links.menu.yml |
core/modules/search/search.links.menu.yml |
shortcut.links.menu.yml |
file |
core/modules/shortcut/shortcut.links.menu.yml |
core/modules/shortcut/shortcut.links.menu.yml |
standard.links.menu.yml |
file |
core/profiles/standard/standard.links.menu.yml |
core/profiles/standard/standard.links.menu.yml |
StaticMenuLinkOverrides |
class |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Defines an implementation of the menu link override using a config file. |
StaticMenuLinkOverrides.php |
file |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
|
StaticMenuLinkOverrides::$config |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The menu link overrides config object. |
StaticMenuLinkOverrides::$configFactory |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config factory object. |
StaticMenuLinkOverrides::$configName |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config name used to store the overrides. |
StaticMenuLinkOverrides::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
StaticMenuLinkOverrides::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverrides::encodeId |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Encodes the ID by replacing dots with double underscores. |
StaticMenuLinkOverrides::getCacheTags |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The unique cache tag associated with this menu link override. |
StaticMenuLinkOverrides::getConfig |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Gets the configuration object when needed. |
StaticMenuLinkOverrides::loadMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
StaticMenuLinkOverrides::loadOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Loads any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverrides::reload |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Reloads the overrides from config. |
StaticMenuLinkOverrides::saveOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Saves the override. |
StaticMenuLinkOverrides::__construct |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Constructs a StaticMenuLinkOverrides object. |
StaticMenuLinkOverridesInterface |
interface |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Defines an interface for objects which overrides menu links defined in YAML. |
StaticMenuLinkOverridesInterface.php |
file |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
|
StaticMenuLinkOverridesInterface::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
StaticMenuLinkOverridesInterface::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::getCacheTags |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
The unique cache tag associated with this menu link override. |
StaticMenuLinkOverridesInterface::loadMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::loadOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Loads any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::reload |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Reloads the overrides from config. |
StaticMenuLinkOverridesInterface::saveOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Saves the override. |
StaticMenuLinkOverridesTest |
class |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests Drupal\Core\Menu\StaticMenuLinkOverrides. |