public function StaticMenuLinkOverridesInterface::reload in Drupal 9
Same name and namespace in other branches
- 8 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();