Back to Joomla project (class list)

Class BootableExtensionInterface - list of methods

Interface which defines that an extension can be booted.
Package: Joomla\CMS\Extension
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Extension/BootableExtensionInterface.php
Project: Joomla

Method Summary

public void
(\Psr\Container\ContainerInterface $container)

Booting the extension. This is the function to set up the environment of the extension like registering new class loaders, etc.
Parameters
  • \Psr\Container\ContainerInterface $container The container
Returns
  • void
Since
  • 4.0.0
Show source code of this method: boot Source Code

Tags Summary

Since
4.0.0