You are here

public function LinkRelationTypeInterface::isRegistered in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::isRegistered()
  2. 10 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::isRegistered()

Indicates whether this link relation type is of the 'registered' kind.

Return value

bool

See also

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

1 method overrides LinkRelationTypeInterface::isRegistered()
LinkRelationType::isRegistered in core/lib/Drupal/Core/Http/LinkRelationType.php
Indicates whether this link relation type is of the 'registered' kind.

File

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

Class

LinkRelationTypeInterface
Defines a single link relation type.

Namespace

Drupal\Core\Http

Code

public function isRegistered();