constant MENU_VISIBLE_IN_BREADCRUMB

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

Related topics

9 uses of MENU_VISIBLE_IN_BREADCRUMB
action_menu in drupal/core/modules/action/action.module
Implements hook_menu().
contact_menu in drupal/core/modules/contact/contact.module
Implements hook_menu().
field_ui_menu in drupal/core/modules/field_ui/field_ui.module
Implements hook_menu().
help_menu in drupal/core/modules/help/help.module
Implements hook_menu().
language_menu in drupal/core/modules/language/language.module
Implements hook_menu().

... See full list

File

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

Code

const MENU_VISIBLE_IN_BREADCRUMB = 0x4;