RelationLinkManagerInterface::getRelationInternalIds

public RelationLinkManagerInterface::getRelationInternalIds($relation_uri)

Translates a REST URI into internal IDs.

Parameters

string $relation_uri: Relation URI to transform into internal IDs

Return value

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

File

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

Class

RelationLinkManagerInterface

Namespace

Drupal\rest\LinkManager

Code

public function getRelationInternalIds($relation_uri);
doc_Drupal
2016-10-29 09:37:23
Comments
Leave a Comment

Please login to continue.