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