constant MENU_CONTEXT_PAGE

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

Related topics

9 uses of MENU_CONTEXT_PAGE
custom_block_menu in drupal/core/modules/block/custom_block/custom_block.module
Implements hook_menu().
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().
taxonomy_menu in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_menu().

... See full list

File

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

Code

const MENU_CONTEXT_PAGE = 0x1;