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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:53, 24 March 2017
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

See also
JModelForm::loadFormData source code on BitBucket
Class JModelForm
Subpackage Application- Other versions of JModelForm::loadFormData
{{subst:SeeAlso:JModelForm::loadFormData}}
User contributed notes
<CodeExamplesForm />