function SecurityAdvisory::getUrl
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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.