- drupal
- 7 includes/menu.inc
- 8 core/includes/menu.inc
Internal menu flag -- menu item is a local action.
File
- includes/menu.inc, line 121
- API for the Drupal menu system.
Code
define('MENU_IS_LOCAL_ACTION', 0x0100)
Related topics
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
- Menu flags
- Flags for use in the "type" attribute of menu items.
Login or
register to post comments