function LinkRelationType::getNotes
Returns some extra notes/comments about this link relation type.
Return value
string The notes about the link relation.
Overrides LinkRelationTypeInterface::getNotes
File
-
core/
lib/ Drupal/ Core/ Http/ LinkRelationType.php, line 57
Class
- LinkRelationType
- Defines a single link relationship type.
Namespace
Drupal\Core\HttpCode
public function getNotes() {
return $this->pluginDefinition['notes'] ?? '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.