class ContactFormFactory implements ContactFormFactoryInterface

ContactFormFactory class

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private FormFactoryInterface $formFactory Stores FormFactoryInterface

Methods

__construct(ConfigServiceInterface $configService, FormFactoryInterface $formFactory)

No description

Form
create(string $name, ContactForm $contactForm, ContactFormEvent $event)

Returns the defined form

Details

at line 36
__construct(ConfigServiceInterface $configService, FormFactoryInterface $formFactory)

Parameters

ConfigServiceInterface $configService
FormFactoryInterface $formFactory

at line 48
Form create(string $name, ContactForm $contactForm, ContactFormEvent $event)

Returns the defined form

Parameters

string $name
ContactForm $contactForm
ContactFormEvent $event

Return Value

Form