function LinkRelationType::getRegisteredName
Same name in other branches
- 9 core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getRegisteredName()
- 8.9.x core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getRegisteredName()
- 10 core/lib/Drupal/Core/Http/LinkRelationType.php \Drupal\Core\Http\LinkRelationType::getRegisteredName()
Overrides LinkRelationTypeInterface::getRegisteredName
File
-
core/
lib/ Drupal/ Core/ Http/ LinkRelationType.php, line 29
Class
- LinkRelationType
- Defines a single link relationship type.
Namespace
Drupal\Core\HttpCode
public function getRegisteredName() {
return $this->isRegistered() ? $this->getPluginId() : NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.