Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StaticMenuLinkOverrides.php

StaticMenuLinkOverrides::$configName

The config name used to store the overrides.

This configuration can not be overridden by configuration overrides because menu links and these overrides are cached in a way that is not override aware.

Type: string

File

core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php, line 21

Class

StaticMenuLinkOverrides
Defines an implementation of the menu link override using a config file.

Namespace

Drupal\Core\Menu

Code

protected $configName = 'core.menu.static_menu_link_overrides';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal