You are here

public property MenuTreeParameters::$activeTrail in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuTreeParameters.php \Drupal\Core\Menu\MenuTreeParameters::activeTrail

The IDs from the currently active menu link to the root of the whole tree.

This is an array of menu link plugin IDs, representing the trail from the currently active menu link to the ("real") root of that menu link's menu. This does not affect the way the tree is built. It is only used to set the value of the inActiveTrail property for each tree element.

Type: string[]

File

core/lib/Drupal/Core/Menu/MenuTreeParameters.php, line 62

Class

MenuTreeParameters
Provides a value object to model menu tree parameters.

Namespace

Drupal\Core\Menu

Code

public $activeTrail = [];