You are here

constant MENU_VISIBLE_IN_TREE in Drupal 7

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_VISIBLE_IN_TREE
  2. 5 includes/menu.inc \MENU_VISIBLE_IN_TREE
  3. 6 includes/menu.inc \MENU_VISIBLE_IN_TREE

Internal menu flag -- menu item is visible in the menu tree.

Related topics

2 uses of MENU_VISIBLE_IN_TREE
SystemAdminTestCase::testAdminPages in modules/system/system.test
Tests output on administrative listing pages.
_menu_link_build in includes/menu.inc
Builds a link from a router item.

File

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

Code

define('MENU_VISIBLE_IN_TREE', 0x2);