Menu flags
Same name and namespace in other branches
- 6.x drupal-6.x/includes/menu.inc \menu_flags
Flags for use in the "type" attribute of menu items.
Parent topics
Archivo
- drupal-7.x/
includes/ menu.inc, line 77 - API for the Drupal menu system.
Constants
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| MENU_CREATED_BY_ADMIN |
drupal-7.x/ |
Internal menu flag -- menu item was created by administrator. |
| MENU_IS_LOCAL_ACTION |
drupal-7.x/ |
Internal menu flag -- menu item is a local action. |
| MENU_IS_LOCAL_TASK |
drupal-7.x/ |
Internal menu flag -- menu item is a local task. |
| MENU_IS_ROOT |
drupal-7.x/ |
Internal menu flag -- menu item is the root of the menu tree. |
| MENU_LINKS_TO_PARENT |
drupal-7.x/ |
Internal menu flag -- menu item links back to its parent. |
| MENU_MODIFIED_BY_ADMIN |
drupal-7.x/ |
Internal menu flag -- menu item can be modified by administrator. |
| MENU_VISIBLE_IN_BREADCRUMB |
drupal-7.x/ |
Internal menu flag -- menu item is visible in the breadcrumb. |
| MENU_VISIBLE_IN_TREE |
drupal-7.x/ |
Internal menu flag -- menu item is visible in the menu tree. |