You are here

protected property StaticMenuLinkOverrides::$configName in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php \Drupal\Core\Menu\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';