Status codes for menu callbacks.
Name | Location | Description |
---|---|---|
MENU_ACCESS_DENIED |
drupal/ |
Internal menu status code -- Menu item access is denied. |
MENU_NOT_FOUND |
drupal/ |
Internal menu status code -- Menu item was not found. |
MENU_SITE_OFFLINE |
drupal/ |
Internal menu status code -- Menu item inaccessible because site is offline. |
MENU_SITE_ONLINE |
drupal/ |
Internal menu status code -- Everything is working fine. |