JForm::filterField
Method to apply an input filter to a value based on field data.
Signature
protected function filterField(string
$element,
mixed
$value )
Parameters
-
$element
- The XML element object representation of the form field.
-
$value
- The value to filter for the field.
Returns
- mixed
- The filtered value.