public function RelationLinkManagerInterface::getRelationUri

Gets the URI that corresponds to a field.

Parameters

string $entity_type: The bundle's entity type.

string $bundle: The bundle name.

string $field_name: The field name.

Return value

string The corresponding URI for the field.

2 methods override RelationLinkManagerInterface::getRelationUri()

File

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

Class

RelationLinkManagerInterface

Namespace

Drupal\rest\LinkManager

Code

public function getRelationUri($entity_type, $bundle, $field_name);