Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onAfterRender () | |
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 () | |
Attributs protégés | |
$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 | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Language Code plugin class.
onAfterRender | ( | ) |
Plugin that changes the language code used in the <html> tag.
onContentPrepareForm | ( | Form | $form, |
$data | |||
) |
Prepare form.
Form | $form | The form to be altered. |
mixed | $data | The associated data for the form. |
Références $form, $language, $languages, ENT_COMPAT, LanguageHelper\getKnownLanguages(), JPATH_SITE, et Text\sprintf().
|
protected |