constant MENU_SITE_ONLINE

Internal menu status code -- Everything is working fine.

Related topics

4 uses of MENU_SITE_ONLINE
MaintenanceModeSubscriber::onKernelRequestDetermineSiteStatus in drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Determine whether the page is configured to be offline.
MaintenanceModeSubscriber::onKernelRequestMaintenance in drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
MaintenanceModeSubscriber::onKernelRequestMaintenance in drupal/core/modules/user/lib/Drupal/user/EventSubscriber/MaintenanceModeSubscriber.php
Determine whether the page is configured to be offline.
MaintenanceModeSubscriber::onKernelRequestMaintenance in drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/EventSubscriber/MaintenanceModeSubscriber.php
Set the page online if called from a certain path.

File

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

Code

const MENU_SITE_ONLINE = 5;