public StaticMenuLinkOverridesInterface::loadOverride($id)
Loads any overrides to the definition of a static (YAML-defined) link.
string $id: A menu link plugin ID.
array|NULL An override with following supported keys:
or NULL if there is no override for the given ID.
public function loadOverride($id);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!StaticMenuLinkOverridesInterface.php/function/StaticMenuLinkOverridesInterface::loadOverride/8.1.x