function MenuTreeStorage::maxDepth

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::maxDepth()

File

core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 130

Class

MenuTreeStorage
Provides a menu tree storage using the database.

Namespace

Drupal\Core\Menu

Code

public function maxDepth() {
  return static::MAX_DEPTH;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.