JForm::findField
Method to get a form field represented as an XML element object.
Signature
protected function findField(string
$name,
[string
$group = null] )
Parameters
-
$name
- The name of the form field.
-
$group
- The optional dot-separated form group path on which to find the field.
Returns
- mixed
- The XML element object for the field or boolean false on error.