constant MENU_MAX_DEPTH

The maximum depth of a menu links tree - matches the number of p columns.

@todo Move this constant to MenuLinkStorageController along with all the tree functionality.

Related topics

18 uses of MENU_MAX_DEPTH

File

drupal/core/includes/menu.inc, line 286
API for the Drupal menu system.

Code

const MENU_MAX_DEPTH = 9;