FormFactoryInterface
Interface defining a factory which can create Form objects
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
createForm
Method to get an instance of a form.
createForm(string name, array options = array()) : \Joomla\CMS\Form\Form
since |
4.0.0 |
---|
Arguments
- name
string
The name of the form.- options
array
An array of form options.
Response
\Joomla\CMS\Form\Form