API17

API17:JFormRuleRules::getFieldActions

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples