public Link::getUrl()
Returns the URL of the link.
Return value
File
- core/lib/Drupal/Core/Link.php, line 118
Class
- Link
- Defines an object that holds information about a link.
Namespace
Drupal\Core
Code
public function getUrl() { return $this->url; }
Please login to continue.