You are here

constant MENU_VISIBLE_IF_HAS_CHILDREN in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_VISIBLE_IF_HAS_CHILDREN

Related topics

3 uses of MENU_VISIBLE_IF_HAS_CHILDREN
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_build_visible_tree in includes/menu.inc
Find all visible items in the menu tree, for ease in displaying to user.

File

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

Code

define('MENU_VISIBLE_IF_HAS_CHILDREN', 0x8);