RelationLinkManagerInterface deprecated
interface RelationLinkManagerInterface implements RelationLinkManagerInterface (View source)
deprecated
Methods
$this
setLinkDomain(string $domain)
Sets the link domain used in constructing link URIs.
string
getRelationUri(string $entity_type, string $bundle, string $field_name, array $context = [])
Gets the URI that corresponds to a field.
array
getRelationInternalIds(string $relation_uri)
Translates a REST URI into internal IDs.
Details
$this
setLinkDomain(string $domain)
Sets the link domain used in constructing link URIs.
string
getRelationUri(string $entity_type, string $bundle, string $field_name, array $context = [])
Gets the URI that corresponds to a field.
When using hypermedia formats, this URI can be used to indicate which field the data represents. Documentation about this field can also be provided at this URI.
array
getRelationInternalIds(string $relation_uri)
Translates a REST URI into internal IDs.