Gets the core compatibility message for the site's version of Drupal core.
string|null The core compatibility message or NULL if none is available.
public function getCoreCompatibilityMessage() : ?string { return $this->coreCompatibilityMessage; }