[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Extension/ -> ExtensionManagerTrait.php (summary)

Joomla! Content Management System

Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 246 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  bootComponent()
  bootModule()
  bootPlugin()
  loadExtension()
  loadPluginFromFilesystem()

Functions
Functions that are not part of a class:

bootComponent($component)   X-Ref
Boots the component with the given name.

param: string  $component  The component to boot.
return: ComponentInterface

bootModule($module, $applicationName)   X-Ref
Boots the module with the given name.

param: string  $module           The module to boot
param: string  $applicationName  The application name
return: ModuleInterface

bootPlugin($plugin, $type)   X-Ref
Boots the plugin with the given name and type.

param: string  $plugin  The plugin name
param: string  $type    The type of the plugin
return: PluginInterface

loadExtension($type, $extensionName, $extensionPath)   X-Ref
Loads the extension.

param: string  $type           The extension type
param: string  $extensionName  The extension name
param: string  $extensionPath  The path of the extension
return: ComponentInterface|ModuleInterface|PluginInterface

loadPluginFromFilesystem(string $plugin, string $type)   X-Ref
Creates a CMS plugin from the filesystem.

param: string  $plugin  The plugin
param: string  $type    The type
return: CMSPlugin



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer