You are here

service automatic_updates.php_sapi in Automatic Updates 8

Class

Drupal\automatic_updates\ReadinessChecker\PhpSapi

Tags

  • readiness_checker
2 string references to automatic_updates.php_sapi
PhpSapi::run in src/ReadinessChecker/PhpSapi.php
Run check.
PhpSapiTest::testPhpSapiChanges in tests/src/Kernel/ReadinessChecker/PhpSapiTest.php
Tests PHP SAPI changes.

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\ReadinessChecker\PhpSapi
  2. arguments:
  3. - '@state'
  4. tags:
  5. - { name: readiness_checker, category: warning }