You are here

constant MENU_VISIBLE_IN_TREE in Drupal 4

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

Related topics

7 uses of MENU_VISIBLE_IN_TREE
menu_disable_confirm_submit in modules/menu.module
menu_edit_item_form in modules/menu.module
Present the menu item editing form.
menu_overview_tree_rows in modules/menu.module
menu_parent_options in modules/menu.module
Return a list of menu items that are valid possible parents for the given menu item. The list excludes the given item and its children.
_menu_append_contextual_items in includes/menu.inc
Account for menu items that are only defined at certain paths, so will not be cached.

... See full list

File

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

Code

define('MENU_VISIBLE_IN_TREE', 0x2);