You are here

abstract protected function SupportedPhpVersion::getMessage in Automatic Updates 8

Get the message to return if the current PHP version is unsupported.

Return value

\Drupal\Component\Render\MarkupInterface The message to return if the current PHP version is unsupported.

1 call to SupportedPhpVersion::getMessage()
SupportedPhpVersion::run in src/ReadinessChecker/SupportedPhpVersion.php
Run check.
2 methods override SupportedPhpVersion::getMessage()
BlacklistPhp72Versions::getMessage in src/ReadinessChecker/BlacklistPhp72Versions.php
Get the message to return if the current PHP version is unsupported.
MinimumPhpVersion::getMessage in src/ReadinessChecker/MinimumPhpVersion.php
Get the message to return if the current PHP version is unsupported.

File

src/ReadinessChecker/SupportedPhpVersion.php, line 49

Class

SupportedPhpVersion
Supported PHP version checker.

Namespace

Drupal\automatic_updates\ReadinessChecker

Code

protected abstract function getMessage();