MaintenanceMode::__construct

public MaintenanceMode::__construct(StateInterface $state)

Constructs a new maintenance mode service.

Parameters

\Drupal\Core\State\StateInterface $state: The state.

File

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

Class

MaintenanceMode
Provides the default implementation of the maintenance mode service.

Namespace

Drupal\Core\Site

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}
doc_Drupal
2016-10-29 09:25:21
Comments
Leave a Comment

Please login to continue.