Back to ExtensionManagerInterface class

Method bootComponent

public \Joomla\CMS\Extension\ComponentInterface
bootComponent
(mixed $component)
Boots the component with the given name.
Parameters
  • string $component The component to boot.
Returns
  • \Joomla\CMS\Extension\ComponentInterface
Since
  • 4.0.0

Method bootComponent - Source code

/**
 * Boots the component with the given name.
 *
 * @param   string  $component  The component to boot.
 *
 * @return  ComponentInterface
 *
 * @since   4.0.0
 */
public function bootComponent($component) : ComponentInterface;