Same name and namespace in other branches
  1. 4.6.x includes/menu.inc \MENU_IS_ROOT
  2. 5.x includes/menu.inc \MENU_IS_ROOT
  3. 6.x includes/menu.inc \MENU_IS_ROOT
  4. 7.x includes/menu.inc \MENU_IS_ROOT

@name Menu flags

Flags for use in the "type" attribute of menu items.

Related topics

1 use of MENU_IS_ROOT
_menu_build in includes/menu.inc
Build the menu by querying both modules and the database.

File

includes/menu.inc, line 75
API for the Drupal menu system.

Code

define('MENU_IS_ROOT', 0x1);