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

Code

define('MENU_VISIBLE_IN_BREADCRUMB', 0x4);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.