![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
boot (ContainerInterface $container) | |
validateSection ($section, $item=null) | |
getContexts () | |
![]() | |
__construct (ComponentDispatcherFactoryInterface $dispatcherFactory) | |
getDispatcher (CMSApplicationInterface $application) | |
![]() | |
getMVCFactory () | |
![]() | |
createRouter (CMSApplicationInterface $application, AbstractMenu $menu) | |
Component class for com_users
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émente BootableExtensionInterface.
Références Joomla\CMS\HTML\getRegistry().
getContexts | ( | ) |
Returns valid contexts.
Implémente FieldsServiceInterface.
Références $language, Factory\getApplication(), et JPATH_ADMINISTRATOR.
validateSection | ( | $section, | |
$item = null |
|||
) |
Returns a valid section for the given section. If it is not valid then null is returned.
string | $section | The section to get the mapping for |
object | null | $item | The content item or null |
Implémente FieldsServiceInterface.
Références $section, Factory\getApplication(), et null.