FormFactoryAwareInterface
Interface to be implemented by classes depending on a form factory.
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
setFormFactory
Set the form factory to use.
setFormFactory(\Joomla\CMS\Form\FormFactoryInterface factory) : \Joomla\CMS\Form\FormFactoryAwareInterface
| since |
4.0.0 |
|---|
Arguments
- factory
FormFactoryInterfaceThe form factory to use.
Response
FormFactoryAwareInterfaceThis method is chainable.