function LinkRelationTypeInterface::getReference

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getReference()
  2. 10 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getReference()
  3. 11.x core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getReference()

Returns the URL pointing to the reference of the link relation type.

Return value

string The URL pointing to the reference.

See also

https://tools.ietf.org/html/rfc5988#section-6.2.1

1 method overrides LinkRelationTypeInterface::getReference()
LinkRelationType::getReference in core/lib/Drupal/Core/Http/LinkRelationType.php
Returns the URL pointing to the reference of the link relation type.

File

core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php, line 76

Class

LinkRelationTypeInterface
Defines a single link relation type.

Namespace

Drupal\Core\Http

Code

public function getReference();

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