*/ class SearchForm extends BaseForm { use Beds24\Beds24FormFieldsTrait; /** * @return void|null * @throws \Exception */ protected function buildForm() { $this->addFieldsToForm($this->getRequest(), $this->formBuilder); } public function getName() { return 'beds24_search_form'; } }