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