constant MENU_CONTEXT_INLINE

Internal menu flag: Local task should be displayed inline.

Related topics

5 uses of MENU_CONTEXT_INLINE
block_menu in drupal-7.x/modules/block/block.module
Implements hook_menu().
menu_local_tasks in drupal-7.x/includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
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().

File

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

Code

define('MENU_CONTEXT_INLINE', 0x0002)