Remove obsolete plugin

This commit is contained in:
Björn Fromme
2021-09-10 11:09:05 +02:00
parent eab6303698
commit 303b1b5392
3 changed files with 0 additions and 142 deletions
@@ -44,18 +44,6 @@ class FormController extends ActionController
$this->view->assign('contactForm', $contactForm);
}
/**
* @param ContactForm $contactForm
*/
public function fullFormAction(ContactForm $contactForm = null)
{
if ($contactForm === null) {
$pageUrl = $this->getCurrentPageUrl();
$contactForm = new ContactForm($pageUrl, ContactForm::FORM_TYPE_FULL);
}
$this->view->assign('contactForm', $contactForm);
}
/**
* @return string
*/