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

Related topics

1 use of MENU_VISIBLE_IF_HAS_CHILDREN
_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 77
API for the Drupal menu system.

Code

define('MENU_VISIBLE_IF_HAS_CHILDREN', 0x8);