linkResult = $linkResult; } public function getLinkResult(): LinkResultInterface { return $this->linkResult; } public function getContentObjectRenderer(): ContentObjectRenderer { return $this->contentObjectRenderer; } /** * Returns the original instructions / $linkConfiguration that were used to build the link */ public function getLinkInstructions(): array { return $this->linkInstructions; } }