API17

JModelForm::loadFormData: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Method to get the data that should be injected in the form.  
Method to get the data that should be injected in the form.  


{{Description:JModelForm::loadFormData}}
{{subst:Description:JModelForm::loadFormData}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JModelForm::loadFormData|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function loadFormData ()
protected function loadFormData ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModelForm::loadFormData|Other versions of JModelForm::loadFormData]]
* [[API17:JModelForm::loadFormData|Other versions of JModelForm::loadFormData]]
{{SeeAlso:JModelForm::loadFormData}}
{{subst:SeeAlso:JModelForm::loadFormData}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModelForm::loadFormData|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:53, 24 March 2017

Joomla 11.1 JModelForm::loadFormData

Description

Method to get the data that should be injected in the form.

{{subst:Description:JModelForm::loadFormData}}

protected function loadFormData ()
  • Returns array The default data is an empty array.
  • Defined on line 173 of libraries/joomla/application/component/modelform.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JModelForm::loadFormData}}

User contributed notes

<CodeExamplesForm />