public function SecurityAdvisory::getUrl in Drupal 10
Same name and namespace in other branches
- 9 core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php \Drupal\system\SecurityAdvisories\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;
}