Skip to content

Commit 33d9824

Browse files
committed
[TASK] Add request to FormControllerFormActionEvent
1 parent b0647a7 commit 33d9824

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Classes/Events/FormControllerFormActionEvent.php

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
use In2code\Powermail\Controller\FormController;
77
use In2code\Powermail\Domain\Model\Form;
8+
use TYPO3\CMS\Extbase\Mvc\RequestInterface;
89
use TYPO3Fluid\Fluid\View\ViewInterface;
910

1011
final class FormControllerFormActionEvent
@@ -59,4 +60,9 @@ public function getView(): ViewInterface
5960
{
6061
return $this->view;
6162
}
63+
64+
public function getRequest(): RequestInterface
65+
{
66+
return $this->request;
67+
}
6268
}

0 commit comments

Comments
 (0)