constant MENU_VISIBLE_IN_BREADCRUMB in Drupal 7
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_VISIBLE_IN_BREADCRUMB
- 5 includes/menu.inc \MENU_VISIBLE_IN_BREADCRUMB
- 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().
File
- includes/
menu.inc, line 96 - API for the Drupal menu system.
Code
define('MENU_VISIBLE_IN_BREADCRUMB', 0x4);