Definition

drupal/includes/menu.inc

Description

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

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code

define('MENU_IS_ROOT', 0x0001);