function Link::getUri
Gets the link's URI.
Return value
\Drupal\Core\Url The link's URI as a Url object.
File
- 
              core/modules/ jsonapi/ src/ JsonApiResource/ Link.php, line 94 
Class
- Link
- Represents an RFC8288 based link.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getUri() {
  return $this->uri;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
