FormModelInterface
Interface for a form model.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
getForm
Method for getting a form.
getForm(array data = [], bool loadData = true) : \Joomla\CMS\Form\Form
since |
4.0.0 |
---|---|
throws |
|
Arguments
- data
array
Data for the form.- loadData
bool
True if the form is to load its own data (default case), false if not.
Response
\Joomla\CMS\Form\Form