Example #1
0
 /**
  * @internal
  */
 public function getDynamicLink($link, $value)
 {
     if (!$this->settings->getLinks()->exists($link)) {
         throw new FilterException("Link {$link} not exists.");
     }
     return $this->link('this', ['links' => array_merge($this->links, [$link => $value])]);
 }