function Link::getUrl
Returns the URL of the link.
Return value
File
-
core/
lib/ Drupal/ Core/ Link.php, line 133
Class
- Link
- Defines an object that holds information about a link.
Namespace
Drupal\CoreCode
public function getUrl() {
return $this->url;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.