function StaticMenuLinkOverridesInterface::reload
Same name in other branches
- 9 core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php \Drupal\Core\Menu\StaticMenuLinkOverridesInterface::reload()
- 10 core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php \Drupal\Core\Menu\StaticMenuLinkOverridesInterface::reload()
- 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\MenuCode
public function reload();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.