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
FormFactoryInterface
The form factory to use.
Response
FormFactoryAwareInterface
This method is chainable.