constant MENU_CONTEXT_NONE in Drupal 7
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 modules/
block/ block.module - Implements hook_menu().
- menu_test_menu in modules/
simpletest/ tests/ menu_test.module - Implements hook_menu().
File
- includes/
menu.inc, line 204 - API for the Drupal menu system.
Code
define('MENU_CONTEXT_NONE', 0x0);