Esempio n. 1
0
 /**
  * Get filter item url
  *
  * @return string
  */
 public function getUrl()
 {
     $query = [$this->getFilter()->getRequestVar() => $this->getValue(), $this->_htmlPagerBlock->getPageVarName() => null];
     return $this->_url->getUrl('*/*/*', ['_current' => true, '_use_rewrite' => true, '_query' => $query]);
 }