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\SecurityAdvisoriesCode
public function getUrl() : string {
return $this->url;
}