constant MENU_IS_LOCAL_ACTION
Internal menu flag -- menu item is a local action.
Related topics
Archivo
- drupal-7.x/
includes/ menu.inc, line 121 - API for the Drupal menu system.
Código
define('MENU_IS_LOCAL_ACTION', 0x0100)
Internal menu flag -- menu item is a local action.
define('MENU_IS_LOCAL_ACTION', 0x0100)