constant MENU_CONTEXT_PAGE

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

Related topics

5 uses of MENU_CONTEXT_PAGE
menu_contextual_links in drupal-7.x/includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
menu_menu in drupal-7.x/modules/menu/menu.module
Implements hook_menu().
menu_test_menu in drupal-7.x/modules/simpletest/tests/menu_test.module
Implements hook_menu().
node_menu in drupal-7.x/modules/node/node.module
Implements hook_menu().
_menu_router_build in drupal-7.x/includes/menu.inc
Builds the router table based on the data from hook_menu().

File

drupal-7.x/includes/menu.inc, line 209
API for the Drupal menu system.

Code

define('MENU_CONTEXT_PAGE', 0x0001)