public function MenuLinkTree::maxDepth in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/MenuLinkTree.php \Drupal\Core\Menu\MenuLinkTree::maxDepth()
- 9 core/lib/Drupal/Core/Menu/MenuLinkTree.php \Drupal\Core\Menu\MenuLinkTree::maxDepth()
File
- core/
lib/ Drupal/ Core/ Menu/ MenuLinkTree.php, line 289
Class
- MenuLinkTree
- Implements the loading, transforming and rendering of menu link trees.
Namespace
Drupal\Core\MenuCode
public function maxDepth() {
return $this->treeStorage
->maxDepth();
}