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 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
Code
define('MENU_CONTEXT_NONE', 0x0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.