You are here

public function StaticMenuLinkOverridesInterface::reload in Drupal 8

Same name and namespace in other branches
  1. 9 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()

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();