You are here

constant MENU_VISIBLE_IN_BREADCRUMB in Drupal 7

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

Internal menu flag -- menu item is visible in the breadcrumb.

Related topics

8 uses of MENU_VISIBLE_IN_BREADCRUMB
dashboard_menu in modules/dashboard/dashboard.module
Implements hook_menu().
help_menu in modules/help/help.module
Implements hook_menu().
locale_menu in modules/locale/locale.module
Implements hook_menu().
profile_menu in modules/profile/profile.module
Implements hook_menu().
search_menu in modules/search/search.module
Implements hook_menu().

... See full list

File

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

Code

define('MENU_VISIBLE_IN_BREADCRUMB', 0x4);