constant MENU_VISIBLE_IN_TREE in Drupal 5
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_VISIBLE_IN_TREE
- 6 includes/menu.inc \MENU_VISIBLE_IN_TREE
- 7 includes/menu.inc \MENU_VISIBLE_IN_TREE
Related topics
9 uses of MENU_VISIBLE_IN_TREE
- menu_confirm_disable_item_submit in modules/
menu/ menu.module - menu_edit_item_form in modules/
menu/ menu.module - Present the menu item editing form.
- menu_overview_tree_rows in modules/
menu/ menu.module - menu_parent_options in modules/
menu/ 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.
- system_admin_menu_block in modules/
system/ system.module - Provide a single block on the administration overview page.
File
- includes/
menu.inc, line 76 - API for the Drupal menu system.
Code
define('MENU_VISIBLE_IN_TREE', 0x2);