Skip to content
Snippets Groups Projects

Issues #3517446_6:Cached relation IDs are broken.

Open Rakesh Kumar Regar requested to merge issue/hal-3517446:3517446-cached-relation-ids into 2.x
3 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -55,8 +55,8 @@ class LinkManager implements LinkManagerInterface {
/**
* {@inheritdoc}
*/
public function getRelationInternalIds($relation_uri) {
return $this->relationLinkManager->getRelationInternalIds($relation_uri);
public function getRelationInternalIds($relation_uri, $context = []) {
return $this->relationLinkManager->getRelationInternalIds($relation_uri, $context);
}
/**
Loading