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