public function Link::getUrl in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getUrl()
Returns the URL of the link.
Return value
File
- core/
lib/ Drupal/ Core/ Link.php, line 123 - Contains \Drupal\Core\Link.
Class
- Link
- Defines an object that holds information about a link.
Namespace
Drupal\CoreCode
public function getUrl() {
return $this->url;
}