Example #1
0
 public function vyhledatClanekFormSubmitted(VyhledatForm $form)
 {
     $values = $form->getValues();
     $text = $values['popis'];
     if (!$this->redakce->findClankyFulltext($text)) {
         $form->addError('Nebyl nalezen žádný článek s požadovaným textem');
     }
     $this->redirect('hledat', $text);
 }