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