Renamed FormBuilder to FormFactory and implemented test draft for CreateSourceAction

This commit is contained in:
Kevin Frantz
2019-02-12 16:40:01 +01:00
parent 0fcd4c93bd
commit 6347308672
6 changed files with 75 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ final class CreateSourceAction extends AbstractCreateAction
*/
protected function isValidByForm(): bool
{
$this->actionService->getForm();
return $this->actionService->getCurrentFormBuilder()->getForm()->isValid();
}
/**