Since: 4.0.0

interface FormFactoryAwareInterface

Interface to be implemented by classes depending on a form factory.

Methods

setFormFactory(FormFactoryInterface $factory)

Set the form factory to use.

Details

FormFactoryAwareInterface setFormFactory(FormFactoryInterface $factory)

Since: 4.0.0

Set the form factory to use.

Parameters

FormFactoryInterface $factory

The form factory to use.

Return Value

FormFactoryAwareInterface

This method is chainable.