UsersModelLogin::getForm
Method to get the login form.
The base form is loaded from XML and then an event is fired for users plugins to extend the form with extra fields.
Signature
public function getForm(array
$data,
[boolean
$loadData = true] )
Parameters
-
$data
- An optional array of data for the form to interogate.
-
$loadData
- True if the form is to load its own data (default case), false if not.
Returns
- JForm
- A JForm object on success, false on failure