You are here

public function ProjectRelease::getCoreCompatibilityMessage in Automatic Updates 8.2

Gets the core compatibility message for the site's version of Drupal core.

Return value

string|null The core compatibility message or NULL if none is available.

File

automatic_updates_9_3_shim/src/ProjectRelease.php, line 264

Class

ProjectRelease
Provides a project release value object.

Namespace

Drupal\automatic_updates_9_3_shim

Code

public function getCoreCompatibilityMessage() : ?string {
  return $this->coreCompatibilityMessage;
}