You are here

constant MenuTreeStorage::MAX_DEPTH in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::MAX_DEPTH
  2. 10 core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::MAX_DEPTH

The maximum depth of a menu links tree.

File

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

Class

MenuTreeStorage
Provides a menu tree storage using the database.

Namespace

Drupal\Core\Menu

Code

const MAX_DEPTH = 9;