function MenuLinkInterface::getResetRoute

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getResetRoute()

Returns route information for a route to reset the menu link.

Return value

\Drupal\Core\Url|null A Url object, or NULL if there is no route (e.g. when the link is not resettable).

1 method overrides MenuLinkInterface::getResetRoute()
MenuLinkBase::getResetRoute in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Returns route information for a route to reset the menu link.

File

core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 230

Class

MenuLinkInterface
Defines an interface for classes providing a type of menu link.

Namespace

Drupal\Core\Menu

Code

public function getResetRoute() : Url|null;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.