function LinkRelationTypeInterface::isExtension

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

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

Return value

bool

See also

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

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

File

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

Class

LinkRelationTypeInterface
Defines a single link relation type.

Namespace

Drupal\Core\Http

Code

public function isExtension();

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