ExtensionManagerInterface
Loads extensions.
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
bootComponent
Boots the component with the given name.
bootComponent( component) : \Joomla\CMS\Extension\ComponentInterface
bootModule
Boots the module with the given name.
bootModule( module, applicationName) : \Joomla\CMS\Extension\ModuleInterface
| since |
4.0.0 |
|---|
Arguments
- module
stringThe module to boot- applicationName
stringThe application name
Response
bootPlugin
Boots the plugin with the given name and type.
bootPlugin( plugin, type) : \Joomla\CMS\Extension\PluginInterface
| since |
4.0.0 |
|---|
Arguments
- plugin
stringThe plugin name- type
stringThe type of the plugin