You are here

constant MENU_VISIBLE_IF_HAS_CHILDREN in Drupal 4

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

Related topics

2 uses of MENU_VISIBLE_IF_HAS_CHILDREN
menu_overview_tree_rows in modules/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);