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
3 uses of MENU_CONTEXT_NONE
- block_menu in drupal-7.x/
modules/ block/ block.module - Implements hook_menu().
- menu_contextual_links in drupal-7.x/
includes/ menu.inc - Retrieves contextual links for a path based on registered local tasks.
- menu_test_menu in drupal-7.x/
modules/ simpletest/ tests/ menu_test.module - Implements hook_menu().
File
- drupal-7.x/
includes/ menu.inc, line 204 - API for the Drupal menu system.
Code
define('MENU_CONTEXT_NONE', 0x0000)