Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function getTypeUri($entity_type, $bundle, $context = array())
 {
     return $this->typeLinkManager->getTypeUri($entity_type, $bundle, $context);
 }
Esempio n. 2
0
 /**
  * Implements \Drupal\rest\LinkManager\TypeLinkManagerInterface::getTypeUri().
  */
 public function getTypeUri($entity_type, $bundle)
 {
     return $this->typeLinkManager->getTypeUri($entity_type, $bundle);
 }