API17

Difference between revisions of "JFormRuleRules::getFieldActions"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to get the list of possible permission action names for the form field.  
 
Method to get the list of possible permission action names for the form field.  
  
{{Description:JFormRuleRules::getFieldActions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFormRuleRules::getFieldActions|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JFormRuleRules::getFieldActions ($element)
+
protected function getFieldActions ($element)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' array A list of permission action names from the form field element definition.
array A list of permission action names from the form field element definition.
+
* '''Defined''' on line 90 of libraries/joomla/form/rules/rules.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/form/rules/rules.php (line 90)
 
* see source code in [[jplatform:form/rules/rules.php#cl-90|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JFormRuleRules::getFieldActions source code''' on [[jplatform:form/rules/rules.php#cl-82|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JFormRuleRules::getFieldActions|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JFormRuleRules|JFormRuleRules]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JFormRuleRules/11.1|JFormRuleRules]]
+
* [[API17:JFormRuleRules::getFieldActions|Other versions of JFormRuleRules::getFieldActions]]
* [[JFormRuleRules::getFieldActions|Other versions of this method]]
+
 
{{SeeAlso:JFormRuleRules::getFieldActions}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormRuleRules::getFieldActions
 
category=JFormRuleRules::getFieldActions
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFormRuleRules]][[Category:JFormRuleRules::getFieldActions]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:09, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormRuleRules::getFieldActions[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]