function RelationLinkManagerInterface::getRelationInternalIds

Translates a REST URI into internal IDs.

Parameters

string $relation_uri: Relation URI (or IANA link relation type) to transform into internal IDs.

Return value

array Array with keys 'entity_type_id', 'bundle' and 'field_name'.

File

core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php, line 37

Class

RelationLinkManagerInterface

Namespace

Drupal\hal\LinkManager

Code

public function getRelationInternalIds($relation_uri);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.