Constructs a new maintenance mode service.
\Drupal\Core\State\StateInterface $state: The state.
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
public function __construct(StateInterface $state, ConfigFactoryInterface $config_factory) { $this->state = $state; $this->config = $config_factory; }