function StaticMenuLinkOverrides::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.
Overrides StaticMenuLinkOverridesInterface::reload
File
- 
              core/
lib/ Drupal/ Core/ Menu/ StaticMenuLinkOverrides.php, line 65  
Class
- StaticMenuLinkOverrides
 - Defines an implementation of the menu link override using a config file.
 
Namespace
Drupal\Core\MenuCode
public function reload() {
  $this->config = NULL;
  $this->configFactory
    ->reset($this->configName);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.