constant MENU_SIBLING_LOCAL_TASK

Menu type -- A task specific to the parent, which is never rendered.

Sibling local tasks are not rendered themselves, but affect the breadcrumb trail and need their sibling tasks rendered as tabs.

Related topics

2 uses of MENU_SIBLING_LOCAL_TASK
config_test_menu in drupal/core/modules/config/tests/config_test/config_test.module
Implements hook_menu().
views_ui_menu in drupal/core/modules/views_ui/views_ui.module
Implements hook_menu().

File

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

Code

define('MENU_SIBLING_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION | MENU_VISIBLE_IN_BREADCRUMB);