function LinkManager::getRelationInternalIds
Same name in other branches
- 8.9.x core/modules/hal/src/LinkManager/LinkManager.php \Drupal\hal\LinkManager\LinkManager::getRelationInternalIds()
File
-
core/
modules/ hal/ src/ LinkManager/ LinkManager.php, line 58
Class
Namespace
Drupal\hal\LinkManagerCode
public function getRelationInternalIds($relation_uri) {
return $this->relationLinkManager
->getRelationInternalIds($relation_uri);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.