|
| onCustomFieldsPrepareDom ($field, DOMElement $parent, Form $form) |
|
| onContentBeforeSave ($context, $item, $isNew, $data=[]) |
|
| onCustomFieldsPrepareDom ($field, \DOMElement $parent, Form $form) |
|
| getOptionsFromField ($field) |
|
| onCustomFieldsGetTypes () |
|
| onCustomFieldsPrepareField ($context, $item, $field) |
|
| onCustomFieldsPrepareDom ($field, \DOMElement $parent, Form $form) |
|
| onContentPrepareForm (Form $form, $data) |
|
| __construct (&$subject, $config=array()) |
|
| loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) |
|
| setApplication (CMSApplicationInterface $application) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
| registerListeners () |
|
Fields Sql Plugin
- Depuis
- 3.7.0
◆ onContentBeforeSave()
onContentBeforeSave |
( |
|
$context, |
|
|
|
$item, |
|
|
|
$isNew, |
|
|
|
$data = [] |
|
) |
| |
The save event.
- Paramètres
-
string | $context | The context |
\Joomla\CMS\Table\Table | $item | The table |
boolean | $isNew | Is new item |
array | $data | The validated data |
- Renvoie
- boolean
- Depuis
- 3.7.0
Références $context, et $item.
◆ onCustomFieldsPrepareDom()
onCustomFieldsPrepareDom |
( |
|
$field, |
|
|
DOMElement |
$parent, |
|
|
Form |
$form |
|
) |
| |
Transforms the field into a DOM XML element and appends it as a child on the given parent.
- Paramètres
-
stdClass | $field | The field. |
DOMElement | $parent | The field node parent. |
Form | $form | The form. |
- Renvoie
- DOMElement
- Depuis
- 3.7.0
Références $field, et $form.
La documentation de cette classe a été générée à partir du fichier suivant :