MenuLinkTree::maxDepth

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();
}
doc_Drupal
2016-10-29 09:27:18
Comments
Leave a Comment

Please login to continue.