You are here

constant MENU_SITE_OFFLINE in Drupal 7

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_SITE_OFFLINE
  2. 5 includes/menu.inc \MENU_SITE_OFFLINE
  3. 6 includes/menu.inc \MENU_SITE_OFFLINE

Internal menu status code -- Menu item inaccessible because site is offline.

Related topics

9 uses of MENU_SITE_OFFLINE
ajax_prepare_response in includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
drupal_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_site_offline in includes/common.inc
Delivers a "site is under maintenance" message to the browser.
hook_menu_site_status_alter in modules/system/system.api.php
Control site status before menu dispatching.
menu_execute_active_handler in includes/menu.inc
Execute the page callback associated with the current path.

... See full list

File

includes/menu.inc, line 252
API for the Drupal menu system.

Code

define('MENU_SITE_OFFLINE', 4);