Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
boot (ContainerInterface $container) | |
Interface which defines that an extension can be booted.
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.
ContainerInterface | $container | The container |
Implémenté dans ContentComponent, ContactComponent, NewsfeedsComponent, BannersComponent, FinderComponent, MenusComponent, UsersComponent, AdminComponent, PrivacyComponent, InstallerComponent, CategoriesComponent, LanguagesComponent, MessagesComponent, ModulesComponent, RedirectComponent, SchedulerComponent, et TemplatesComponent.