function LinkRelationTypeInterface::getExtensionUri
Same name in other branches
- 9 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getExtensionUri()
- 8.9.x core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getExtensionUri()
- 10 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getExtensionUri()
Returns the extension link relation type URI.
Only available for link relation types of the KIND_EXTENSION kind.
Return value
string The URI of the extension relation type.
See also
https://tools.ietf.org/html/rfc5988#section-4.2
1 method overrides LinkRelationTypeInterface::getExtensionUri()
- LinkRelationType::getExtensionUri in core/
lib/ Drupal/ Core/ Http/ LinkRelationType.php - Returns the extension link relation type URI.
File
-
core/
lib/ Drupal/ Core/ Http/ LinkRelationTypeInterface.php, line 56
Class
- LinkRelationTypeInterface
- Defines a single link relation type.
Namespace
Drupal\Core\HttpCode
public function getExtensionUri();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.