constant MENU_CONTEXT_PAGE

Internal menu flag: Local task should be displayed in page context.

Related topics

7 uses of MENU_CONTEXT_PAGE
menu_menu in drupal/core/modules/menu/menu.module
Implements hook_menu().
menu_test_menu in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu().
node_menu in drupal/core/modules/node/node.module
Implements hook_menu().
translation_entity_menu in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_menu().
translation_menu in drupal/core/modules/translation/translation.module
Implements hook_menu().

... See full list

File

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

Code

const MENU_CONTEXT_PAGE = 0x1;