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

Related topics

4 uses of MENU_CONTEXT_PAGE
menu_menu in modules/menu/menu.module
Implements hook_menu().
menu_test_menu in modules/simpletest/tests/menu_test.module
Implements hook_menu().
node_menu in modules/node/node.module
Implements hook_menu().
_menu_router_build in includes/menu.inc
Builds the router table based on the data from hook_menu().

File

includes/menu.inc, line 209
API for the Drupal menu system.

Code

define('MENU_CONTEXT_PAGE', 0x1);