isValid() && $response->getUrl()->match([ 'www.lavozdegalicia.es/*', ]); } /** * {@inheritdoc} */ protected function init() { parent::init(); $url = $this->getResponse()->getStartingUrl(); $this->response = $this->getDispatcher()->dispatch($url->withQueryParameter('piano_d', '1')); } }