W3cubDocs

/Drupal 8

public function MenuLinkManagerInterface::resetLink

public MenuLinkManagerInterface::resetLink($id)

Resets the values for a menu link based on the values found by discovery.

Parameters

string $id: The menu link plugin ID.

Return value

\Drupal\Core\Menu\MenuLinkInterface The menu link instance after being reset.

Throws

\Drupal\Component\Plugin\Exception\PluginException Thrown if the $id is not a valid, existing, plugin ID or if the link cannot be reset.

File

core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php, line 134

Class

MenuLinkManagerInterface
Defines an interface for managing menu links and storing their definitions.

Namespace

Drupal\Core\Menu

Code

public function resetLink($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!MenuLinkManagerInterface.php/function/MenuLinkManagerInterface::resetLink/8.1.x