public function LinkManager::getTypeUri

Implements \Drupal\rest\LinkManager\TypeLinkManagerInterface::getTypeUri().

Overrides TypeLinkManagerInterface::getTypeUri

File

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

Class

LinkManager

Namespace

Drupal\rest\LinkManager

Code

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