public function ProjectRelease::getReleaseUrl in Drupal 9
Gets the URL of the release.
Return value
string The URL of the release.
File
- core/
modules/ update/ src/ ProjectRelease.php, line 284
Class
- ProjectRelease
- Provides a project release value object.
Namespace
Drupal\updateCode
public function getReleaseUrl() : string {
return $this->releaseUrl;
}