Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe FieldsPlugin
+ Graphe d'héritage de FieldsPlugin:

Fonctions membres publiques

 onCustomFieldsGetTypes ()
 
 onCustomFieldsPrepareField ($context, $item, $field)
 
 onCustomFieldsPrepareDom ($field, DOMElement $parent, JForm $form)
 
 onContentPrepareForm (JForm $form, $data)
 

Fonctions membres protégées

 isTypeSupported ($type)
 

Attributs protégés

 $autoloadLanguage = true
 

Description détaillée

Abstract Fields Plugin

Depuis
3.7.0

Documentation des fonctions membres

◆ isTypeSupported()

isTypeSupported (   $type)
protected

Returns true if the given type is supported by the plugin.

Paramètres
string$typeThe type
Renvoie
boolean
Depuis
3.7.0

Références $type.

◆ onContentPrepareForm()

onContentPrepareForm ( JForm  $form,
  $data 
)

The form event. Load additional parameters when available into the field form. Only when the type of the form is of interest.

Paramètres
JForm$formThe form
stdClass$dataThe data
Renvoie
void
Depuis
3.7.0

Références $data, $form, $path, $type, et JPATH_PLUGINS.

◆ onCustomFieldsGetTypes()

onCustomFieldsGetTypes ( )

Returns the custom fields types.

Renvoie
string[][]
Depuis
3.7.0

Références $data, $key, $layout, $path, $root, et JPATH_PLUGINS.

◆ onCustomFieldsPrepareDom()

onCustomFieldsPrepareDom (   $field,
DOMElement  $parent,
JForm  $form 
)

Transforms the field into a DOM XML element and appends it as a child on the given parent.

Paramètres
stdClass$fieldThe field.
DOMElement$parentThe field node parent.
JForm$formThe form.
Renvoie
DOMElement
Depuis
3.7.0

Références $field, $key, $param, $params, FieldsHelper\canEditFieldValue(), FieldsHelper\displayFieldOnForm(), et null.

◆ onCustomFieldsPrepareField()

onCustomFieldsPrepareField (   $context,
  $item,
  $field 
)

Prepares the field value.

Paramètres
string$contextThe context.
stdclass$itemThe item.
stdclass$fieldThe field.
Renvoie
string
Depuis
3.7.0

Références $field, $output, $params, et $path.

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

La documentation de cette classe a été générée à partir du fichier suivant :