API17:JForm::loadFieldType
From Joomla! Documentation
JForm::loadFieldType
Description
Proxy for .
protected function loadFieldType (
$type
$new=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The field type. | |
| $new | boolean | true | Flag to toggle whether we should get a new instance of the object. |
- Returns mixed object on success, false otherwise.
- Defined on line 1484 of libraries/joomla/form/form.php
- Since

See also
JForm::loadFieldType source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::loadFieldType
User contributed notes
Code Examples