You are here

public function LinkRelationTypeInterface::getNotes in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getNotes()
  2. 9 core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php \Drupal\Core\Http\LinkRelationTypeInterface::getNotes()

Returns some extra notes/comments about this link relation type.

Return value

string The notes about the link relation.

See also

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

File

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

Class

LinkRelationTypeInterface
Defines a single link relation type.

Namespace

Drupal\Core\Http

Code

public function getNotes();