You are here

public function SecurityAdvisory::getUrl in Drupal 9

Gets the URL to the security advisory.

Return value

string The URL to the security advisory.

File

core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php, line 215

Class

SecurityAdvisory
Provides a security advisory value object.

Namespace

Drupal\system\SecurityAdvisories

Code

public function getUrl() : string {
  return $this->url;
}