function 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();

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