function LinkManager::getTypeUri

Same name and namespace in other branches
  1. 8.9.x core/modules/hal/src/LinkManager/LinkManager.php \Drupal\hal\LinkManager\LinkManager::getTypeUri()

File

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

Class

LinkManager

Namespace

Drupal\hal\LinkManager

Code

public function getTypeUri($entity_type, $bundle, $context = []) {
    return $this->typeLinkManager
        ->getTypeUri($entity_type, $bundle, $context);
}

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