diff --git a/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php b/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php index 06e46a5..0bd0c88 100644 --- a/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php +++ b/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php @@ -46,7 +46,7 @@ public function getRelations(); * Relation URI to transform into internal IDs * * @return array - * Array with keys 'field_name', 'entity_type' and 'bundle'. + * Array with keys 'entity_type', 'bundle' and 'field_name'. */ public function getRelationInternalIds($relation_uri);