Checks engine version requirements for the status report.
This method is called during runtime and update requirements checks.
\Drupal\Core\StringTranslation\TranslatableMarkup[] A list of error messages.
public final function engineVersionRequirementsCheck() { $this->checkEngineVersion(); return $this->results['fail']; }