function LinkRelationTypeInterface::getRegisteredName

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

Returns the registered link relation type name.

Only available for link relation types of the KIND_REGISTERED kind.

Return value

string|null The name of the registered relation type.

See also

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

1 method overrides LinkRelationTypeInterface::getRegisteredName()
LinkRelationType::getRegisteredName in core/lib/Drupal/Core/Http/LinkRelationType.php
Returns the registered link relation type name.

File

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

Class

LinkRelationTypeInterface
Defines a single link relation type.

Namespace

Drupal\Core\Http

Code

public function getRegisteredName();

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