function LinkManager::getRelationUri

Same name in other branches
  1. 9 core/modules/hal/src/LinkManager/LinkManager.php \Drupal\hal\LinkManager\LinkManager::getRelationUri()

File

core/modules/hal/src/LinkManager/LinkManager.php, line 51

Class

LinkManager

Namespace

Drupal\hal\LinkManager

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.