function Link::getUrl

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getUrl()
  2. 8.9.x core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getUrl()
  3. 10 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getUrl()

Returns the URL of the link.

Return value

\Drupal\Core\Url

File

core/lib/Drupal/Core/Link.php, line 133

Class

Link
Defines an object that holds information about a link.

Namespace

Drupal\Core

Code

public function getUrl() {
    return $this->url;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.