You are here

public function LinkRelationTypeInterface::isExtension in Drupal 8

Same name and namespace in other branches
  1. 9 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();