constant MENU_VISIBLE_IN_BREADCRUMB

  1. 7.x drupal-7.x/includes/menu.inc MENU_VISIBLE_IN_BREADCRUMB
  2. 6.x drupal-6.x/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 drupal-7.x/modules/dashboard/dashboard.module
Implements hook_menu().
help_menu in drupal-7.x/modules/help/help.module
Implements hook_menu().
locale_menu in drupal-7.x/modules/locale/locale.module
Implements hook_menu().
profile_menu in drupal-7.x/modules/profile/profile.module
Implements hook_menu().
search_menu in drupal-7.x/modules/search/search.module
Implements hook_menu().

... See full list

File

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

Code

define('MENU_VISIBLE_IN_BREADCRUMB', 0x0004)