function SecurityAdvisory::getUrl

Same name and namespace in other branches
  1. 9 core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php \Drupal\system\SecurityAdvisories\SecurityAdvisory::getUrl()
  2. 10 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\SecurityAdvisories

Code

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.