constant MENU_IS_ROOT in Drupal 7
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_IS_ROOT
- 5 includes/menu.inc \MENU_IS_ROOT
- 6 includes/menu.inc \MENU_IS_ROOT
Internal menu flag -- menu item is the root of the menu tree.
Related topics
File
- includes/
menu.inc, line 86 - API for the Drupal menu system.
Code
define('MENU_IS_ROOT', 0x1);