MenuTreeParameters::$maxDepth

public property MenuTreeParameters::$maxDepth

The maximum depth of menu links in the resulting tree relative to the root.

Type: int|null

File

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

Class

MenuTreeParameters
Provides a value object to model menu tree parameters.

Namespace

Drupal\Core\Menu

Code

public $maxDepth = NULL;