interface ExceptionCheckerFormFactoryInterface

Interface to be called for DI for ExceptionCheckerFormFactoryInterface related services

Methods

Form
create(string $name, ExceptionChecker $exceptionChecker, $user)

Returns the defined form

Details

at line 26
Form create(string $name, ExceptionChecker $exceptionChecker, $user)

Returns the defined form

Parameters

string $name
ExceptionChecker $exceptionChecker
$user

Return Value

Form