API17:JFormField::getId
From Joomla! Documentation
JFormField::getId
Description
Method to get the id used for the field input tag.
protected function getId (
$fieldId
$fieldName
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fieldId | string | The field element id. | |
| $fieldName | string | The field element name. |
- Returns string The id to be used for the field input tag.
- Defined on line 361 of libraries/joomla/form/formfield.php
- Since

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