Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface BootableExtensionInterface
+ Graphe d'héritage de BootableExtensionInterface:

Fonctions membres publiques

 boot (ContainerInterface $container)
 

Description détaillée

Interface which defines that an extension can be booted.

Depuis
4.0.0

Documentation des fonctions membres

◆ boot()

boot ( ContainerInterface  $container)

Booting the extension. This is the function to set up the environment of the extension like registering new class loaders, etc.

If required, some initial set up can be done from services of the container, eg. registering HTML services.

Paramètres
ContainerInterface$containerThe container
Renvoie
void
Depuis
4.0.0

Implémenté dans ContentComponent, ContactComponent, NewsfeedsComponent, BannersComponent, FinderComponent, MenusComponent, UsersComponent, AdminComponent, PrivacyComponent, InstallerComponent, CategoriesComponent, LanguagesComponent, MessagesComponent, ModulesComponent, RedirectComponent, SchedulerComponent, et TemplatesComponent.


La documentation de cette interface a été générée à partir du fichier suivant :