You are here

protected property MaintenanceMode::$state in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::state
  2. 10 core/lib/Drupal/Core/Site/MaintenanceMode.php \Drupal\Core\Site\MaintenanceMode::state

The state.

Type: \Drupal\Core\State\StateInterface

File

core/lib/Drupal/Core/Site/MaintenanceMode.php, line 19

Class

MaintenanceMode
Provides the default implementation of the maintenance mode service.

Namespace

Drupal\Core\Site

Code

protected $state;