interface ContactFormFactoryInterface

Interface to be called for DI for ContactFormFactoryInterface related services

Methods

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

Returns the defined form

Details

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

Returns the defined form

Parameters

string $name
ContactForm $contactForm
ContactFormEvent $event

Return Value

Form