Menu status codes
Same name and namespace in other branches
- 6.x drupal-6.x/includes/menu.inc \menu_status_codes
Status codes for menu callbacks.
Parent topics
Archivo
- drupal-7.x/
includes/ menu.inc, line 220 - API for the Drupal menu system.
Constants
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| MENU_ACCESS_DENIED |
drupal-7.x/ |
Internal menu status code -- Menu item access is denied. |
| MENU_FOUND |
drupal-7.x/ |
Internal menu status code -- Menu item was found. |
| MENU_NOT_FOUND |
drupal-7.x/ |
Internal menu status code -- Menu item was not found. |
| MENU_SITE_OFFLINE |
drupal-7.x/ |
Internal menu status code -- Menu item inaccessible because site is offline. |
| MENU_SITE_ONLINE |
drupal-7.x/ |
Internal menu status code -- Everything is working fine. |