Back to ExtensionManagerInterface class

Method bootPlugin

public \Joomla\CMS\Extension\PluginInterface
bootPlugin
(mixed $plugin, mixed $type)
Boots the plugin with the given name and type.
Parameters
  • string $plugin The plugin name
  • string $type The type of the plugin
Returns
  • \Joomla\CMS\Extension\PluginInterface
Since
  • 4.0.0

Method bootPlugin - Source code

/**
 * 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
 *
 * @since   4.0.0
 */
public function bootPlugin($plugin, $type) : PluginInterface;