Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface ExtensionManagerInterface
+ Graphe d'héritage de ExtensionManagerInterface:

Fonctions membres publiques

 bootComponent ($component)
 
 bootModule ($module, $applicationName)
 
 bootPlugin ($plugin, $type)
 

Description détaillée

Loads extensions.

Depuis
4.0.0

Documentation des fonctions membres

◆ bootComponent()

bootComponent (   $component)

Boots the component with the given name.

Paramètres
string$componentThe component to boot.
Renvoie
ComponentInterface
Depuis
4.0.0

◆ bootModule()

bootModule (   $module,
  $applicationName 
)

Boots the module with the given name.

Paramètres
string$moduleThe module to boot
string$applicationNameThe application name
Renvoie
ModuleInterface
Depuis
4.0.0

◆ bootPlugin()

bootPlugin (   $plugin,
  $type 
)

Boots the plugin with the given name and type.

Paramètres
string$pluginThe plugin name
string$typeThe type of the plugin
Renvoie
PluginInterface
Depuis
4.0.0

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