Defines an interface for the active menu trail service.
The active trail of a given menu is the trail from the current page to the root of that menu's tree.
Hierarchy
- interface \Drupal\Core\Menu\MenuActiveTrailInterface
File
- core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php, line 11
Namespace
Drupal\Core\Menu
Members
Name | Modifiers | Type | Description |
---|---|---|---|
MenuActiveTrailInterface::getActiveLink | public | function | Fetches a menu link which matches the route name, parameters and menu name. |
MenuActiveTrailInterface::getActiveTrailIds | public | function | Gets the active trail IDs of the specified menu tree. |
Please login to continue.