public function LinkManager::getRelationUri

Implements \Drupal\rest\LinkManager\RelationLinkManagerInterface::getRelationUri().

Overrides RelationLinkManagerInterface::getRelationUri

File

drupal/core/modules/rest/lib/Drupal/rest/LinkManager/LinkManager.php, line 55
Contains \Drupal\rest\LinkManager\LinkManager.

Class

LinkManager

Namespace

Drupal\rest\LinkManager

Code

public function getRelationUri($entity_type, $bundle, $field_name) {
  return $this->relationLinkManager
    ->getRelationUri($entity_type, $bundle, $field_name);
}