constant MENU_VISIBLE_IN_TREE in Drupal 6
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_VISIBLE_IN_TREE
- 5 includes/menu.inc \MENU_VISIBLE_IN_TREE
- 7 includes/menu.inc \MENU_VISIBLE_IN_TREE
Related topics
2 uses of MENU_VISIBLE_IN_TREE
- menu.inc in includes/
menu.inc - API for the Drupal menu system.
- system_update_6021 in modules/
system/ system.install - Migrate the menu items from the old menu system to the new menu_links table.
File
- includes/
menu.inc, line 81 - API for the Drupal menu system.
Code
define('MENU_VISIBLE_IN_TREE', 0x2);