API17:JFormRuleRules::getFieldActions
From Joomla! Documentation
JFormRuleRules::getFieldActions
Description
Method to get the list of possible permission action names for the form field.
protected function getFieldActions ($element)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | object | The object representing the <field> tag for the form field object. |
- Returns array A list of permission action names from the form field element definition.
- Defined on line 90 of libraries/joomla/form/rules/rules.php
- Since

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