constant 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 drupal/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
drupal_deliver_html_page in drupal/includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_site_offline in drupal/includes/common.inc
Delivers a "site is under maintenance" message to the browser.
hook_menu_site_status_alter in drupal/modules/system/system.api.php
Control site status before menu dispatching.
menu_execute_active_handler in drupal/includes/menu.inc
Execute the page callback associated with the current path.

... See full list

File

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

Code

define('MENU_SITE_OFFLINE', 4);