function LinkRelationType::getNotes
Same name in other branches
- 9 core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getNotes()
- 10 core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getNotes()
- 11.x core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getNotes()
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 isset($this->pluginDefinition['notes']) ? $this->pluginDefinition['notes'] : '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.