constant MENU_CONTEXT_INLINE

Internal menu flag: Local task should be displayed inline.

Related topics

11 uses of MENU_CONTEXT_INLINE
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
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().

... See full list

File

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

Code

const MENU_CONTEXT_INLINE = 0x2;