Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php \Drupal\Core\Menu\MenuLinkManagerInterface::resetLink()
  2. 9 core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php \Drupal\Core\Menu\MenuLinkManagerInterface::resetLink()

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);