function StaticMenuLinkOverridesInterface::reload

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php \Drupal\Core\Menu\StaticMenuLinkOverridesInterface::reload()
  2. 10 core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php \Drupal\Core\Menu\StaticMenuLinkOverridesInterface::reload()
  3. 11.x core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php \Drupal\Core\Menu\StaticMenuLinkOverridesInterface::reload()

Reloads the overrides from config.

Forces all overrides to be reloaded from config storage to compare the override value with the value submitted during test form submission.

1 method overrides StaticMenuLinkOverridesInterface::reload()
StaticMenuLinkOverrides::reload in core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
Reloads the overrides from config.

File

core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php, line 16

Class

StaticMenuLinkOverridesInterface
Defines an interface for objects which overrides menu links defined in YAML.

Namespace

Drupal\Core\Menu

Code

public function reload();

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