You are here

public function RelationLinkManagerInterface::getRelationInternalIds in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php \Drupal\rest\LinkManager\RelationLinkManagerInterface::getRelationInternalIds()

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'.

2 methods override RelationLinkManagerInterface::getRelationInternalIds()
LinkManager::getRelationInternalIds in core/modules/rest/src/LinkManager/LinkManager.php
Translates a REST URI into internal IDs.
RelationLinkManager::getRelationInternalIds in core/modules/rest/src/LinkManager/RelationLinkManager.php
Translates a REST URI into internal IDs.

File

core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php, line 42
Contains \Drupal\rest\LinkManager\RelationLinkManagerInterface.

Class

RelationLinkManagerInterface

Namespace

Drupal\rest\LinkManager

Code

public function getRelationInternalIds($relation_uri);