W3cubDocs

/Drupal 8

public property 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 65

Class

MenuTreeParameters
Provides a value object to model menu tree parameters.

Namespace

Drupal\Core\Menu

Code

public $activeTrail = array();

© 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!MenuTreeParameters.php/property/MenuTreeParameters::activeTrail/8.1.x