constant MENU_SITE_OFFLINE

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

Related topics

7 uses of MENU_SITE_OFFLINE
ajax_prepare_response in drupal/core/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
hook_menu_site_status_alter in drupal/core/modules/system/system.api.php
Control site status before menu dispatching.
MaintenanceModeSubscriber::onKernelRequestMaintenanceModeCheck in drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Response with the maintenance page when the site is offline.
menu_test_menu_site_status_alter in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu_site_status_alter().
openid_menu_site_status_alter in drupal/core/modules/openid/openid.module
Implements hook_menu_site_status_alter().

... See full list

File

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

Code

const MENU_SITE_OFFLINE = 4;