You are here

public function ProjectRelease::getDownloadUrl in Automatic Updates 8.2

Gets the download URL of the release.

Return value

string|null The download URL or NULL if none is available.

File

automatic_updates_9_3_shim/src/ProjectRelease.php, line 274

Class

ProjectRelease
Provides a project release value object.

Namespace

Drupal\automatic_updates_9_3_shim

Code

public function getDownloadUrl() : ?string {
  return $this->downloadUrl;
}