public property MenuTreeParameters::$minDepth in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Menu/MenuTreeParameters.php \Drupal\Core\Menu\MenuTreeParameters::minDepth
- 10 core/lib/Drupal/Core/Menu/MenuTreeParameters.php \Drupal\Core\Menu\MenuTreeParameters::minDepth
The minimum depth of menu links in the resulting tree relative to the root.
Type: int|null
File
- core/
lib/ Drupal/ Core/ Menu/ MenuTreeParameters.php, line 33
Class
- MenuTreeParameters
- Provides a value object to model menu tree parameters.
Namespace
Drupal\Core\MenuCode
public $minDepth = NULL;