constant MENU_IS_ROOT

  1. 7.x drupal-7.x/includes/menu.inc MENU_IS_ROOT
  2. 6.x drupal-6.x/includes/menu.inc MENU_IS_ROOT

Internal menu flag -- menu item is the root of the menu tree.

Related topics

File

drupal-7.x/includes/menu.inc, line 86
API for the Drupal menu system.

Code

define('MENU_IS_ROOT', 0x0001)