You are here

constant MENU_IS_ROOT in Drupal 7

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_IS_ROOT
  2. 5 includes/menu.inc \MENU_IS_ROOT
  3. 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);