constant MENU_CONTEXT_NONE

Internal menu flag: Invisible local task.

This flag may be used for local tasks like "Delete", so custom modules and themes can alter the default context and expose the task by altering menu.

Related topics

2 uses of MENU_CONTEXT_NONE
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
menu_test_menu in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu().

File

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

Code

const MENU_CONTEXT_NONE = 0x0;