JModelForm::loadFormData: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| 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. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModelForm::loadFormData | category=JModelForm::loadFormData | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:28, 25 March 2017
JModelForm::loadFormData
Description
Method to get the data that should be injected in the form.
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
User contributed notes
Code Examples