public MenuLinkTree::maxDepth()
Returns the maximum depth of tree that is supported.
Return value
int The maximum depth.
Overrides MenuLinkTreeInterface::maxDepth
File
- core/lib/Drupal/Core/Menu/MenuLinkTree.php, line 280
Class
- MenuLinkTree
- Implements the loading, transforming and rendering of menu link trees.
Namespace
Drupal\Core\Menu
Code
public function maxDepth() { return $this->treeStorage->maxDepth(); }
Please login to continue.