QgisFormControlsInterface
in
Table of Contents
Methods
- getFormControlName() : null|string
- Return the control name for the jForms form.
- getQgisControl() : null|QgisFormControl
- getQgisControls() : array<string|int, QgisFormControl>
Methods
getFormControlName()
Return the control name for the jForms form.
public
getFormControlName(string $name) : null|string
Parameters
- $name : string
-
the name of the qgis control
Return values
null|string —null if the control does not exist
getQgisControl()
public
getQgisControl(string $name) : null|QgisFormControl
Parameters
- $name : string
Return values
null|QgisFormControl —null if the control does not exists
getQgisControls()
public
getQgisControls() : array<string|int, QgisFormControl>