/** * * @return string */ public function getFormMessage() : string { if (@$this->form->getFormResponseData('form') === $this->formAction) { return $this->form->getFormMessage(); } return ""; }