Back to ExtensionManagerInterface class

Method bootModule

public \Joomla\CMS\Extension\ModuleInterface
bootModule
(mixed $module, mixed $applicationName)
Boots the module with the given name.
Parameters
  • string $module The module to boot
  • string $applicationName The application name
Returns
  • \Joomla\CMS\Extension\ModuleInterface
Since
  • 4.0.0

Method bootModule - Source code

/**
 * Boots the module with the given name.
 *
 * @param   string  $module           The module to boot
 * @param   string  $applicationName  The application name
 *
 * @return  ModuleInterface
 *
 * @since   4.0.0
 */
public function bootModule($module, $applicationName) : ModuleInterface;