public function PhpSapi::__construct in Automatic Updates 8
PhpSapi constructor.
Parameters
\Drupal\Core\State\StateInterface $state: The state service.
File
- src/
ReadinessChecker/ PhpSapi.php, line 27
Class
- PhpSapi
- Warn if PHP SAPI changes between checker executions.
Namespace
Drupal\automatic_updates\ReadinessCheckerCode
public function __construct(StateInterface $state) {
$this->state = $state;
}