FormFactoryInterface

Interface defining a factory which can create Form objects

since

4.0.0

package

Joomla CMS

Methods

createForm

Method to get an instance of a form.

createForm( name, mixed||string|int options = []) : \Joomla\CMS\Form\Form
since

4.0.0

Arguments

name

stringThe name of the form.

options

array<string|int, mixed>An array of form options.

Response

Form