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;
The maximum depth of a menu links tree.
Drupal\Core\Menu
const MAX_DEPTH = 9;
Please login to continue.