Back to Joomla project (class list)

Class FormModelInterface - list of methods

Interface for a form model.
Package: Joomla\CMS\MVC\Model
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/MVC/Model/FormModelInterface.php
Project: Joomla

Method Summary

public \Joomla\CMS\Form\Form
(mixed $data = array(), mixed $loadData = true)

Method for getting a form.
Parameters
  • array $data Data for the form.
  • bool $loadData True if the form is to load its own data (default case), false if not.
Returns
  • \Joomla\CMS\Form\Form
Since
  • 4.0.0
-
  • \Exception
Show source code of this method: getForm Source Code

Tags Summary

Since
4.0.0