function LinkRelationTypeInterface::isRegistered
Same name in other branches
- 9 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::isRegistered()
- 8.9.x core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::isRegistered()
- 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\HttpCode
public function isRegistered();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.