Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
menu.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant MENU_VISIBLE_IN_TREE
Internal menu flag -- menu item is visible in the menu tree.
Related topics
Menu flags
Flags for use in the "type" attribute of menu items.
Menu system
Define the navigation menus, and route page requests to code based on URLs.
2 uses of MENU_VISIBLE_IN_TREE
SystemAdminTestCase::testAdminPages
in drupal/
modules/
system/
system.test
Tests output on administrative listing pages.
_menu_link_build
in drupal/
includes/
menu.inc
Builds a link from a router item.
File
drupal/
includes/
menu.inc
, line 91
API for the Drupal menu system.
Code
define
(
'MENU_VISIBLE_IN_TREE'
,
0x2
);