You are here

public function ProjectRelease::getDate in Automatic Updates 8.2

Gets the release date if set.

Return value

int|null The date of the release or null if no date is available.

File

automatic_updates_9_3_shim/src/ProjectRelease.php, line 191

Class

ProjectRelease
Provides a project release value object.

Namespace

Drupal\automatic_updates_9_3_shim

Code

public function getDate() : ?int {
  return $this->date;
}