Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onCustomFieldsGetTypes () | |
onCustomFieldsPrepareField ($context, $item, $field) | |
onCustomFieldsPrepareDom ($field, \DOMElement $parent, Form $form) | |
onContentPrepareForm (Form $form, $data) | |
Fonctions membres publiques hérités de CMSPlugin | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de PluginInterface | |
registerListeners () | |
Fonctions membres protégées | |
getFormPath (Form $form, $data) | |
isTypeSupported ($type) | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Attributs protégés | |
$autoloadLanguage = true | |
$app | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Membres hérités additionnels | |
Champs de données hérités de CMSPlugin | |
$params = null | |
|
protected |
|
protected |
Returns true if the given type is supported by the plugin.
string | $type | The type |
Références $type.
onContentPrepareForm | ( | Form | $form, |
$data | |||
) |
onCustomFieldsGetTypes | ( | ) |
Returns the custom fields types.
Références $data, $key, $layout, $path, $root, Folder\files(), JPATH_PLUGINS, et Text\sprintf().
onCustomFieldsPrepareDom | ( | $field, | |
\DOMElement | $parent, | ||
Form | $form | ||
) |
Transforms the field into a DOM XML element and appends it as a child on the given parent.
\stdClass | $field | The field. |
\DOMElement | $parent | The field node parent. |
Form | $form | The form. |
Références $field, $key, $layout, $params, FieldsHelper\canEditFieldValue(), FieldsHelper\displayFieldOnForm(), et null.
onCustomFieldsPrepareField | ( | $context, | |
$item, | |||
$field | |||
) |
Prepares the field value.
string | $context | The context. |
\stdclass | $item | The item. |
\stdclass | $field | The field. |
Références $field, $output, $params, $path, et PluginHelper\getLayoutPath().
|
protected |
|
protected |