constant 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 drupal/modules/dashboard/dashboard.module
Implements hook_menu().
help_menu in drupal/modules/help/help.module
Implements hook_menu().
locale_menu in drupal/modules/locale/locale.module
Implements hook_menu().
profile_menu in drupal/modules/profile/profile.module
Implements hook_menu().
search_menu in drupal/modules/search/search.module
Implements hook_menu().

... See full list

File

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

Code

define('MENU_VISIBLE_IN_BREADCRUMB', 0x4);