![]() |
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 () | |
![]() | |
getCategory (array $options=[], $section='') | |
countItems (array $items, string $section) | |
prepareForm (Form $form, $data) | |
![]() | |
getAssociationsExtension () | |
![]() | |
createRouter (CMSApplicationInterface $application, AbstractMenu $menu) | |
![]() | |
countTagItems (array $items, string $extension) | |
Champs de données | |
CategoryServiceTrait::getStateColumnForSection insteadof | TagServiceTrait |
Fonctions membres protégées | |
getTableNameForSection (string $section=null) | |
getStateColumnForSection (string $section=null) | |
Component class for com_contact
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 $container, class, et Joomla\CMS\HTML\getRegistry().
getContexts | ( | ) |
Returns valid contexts
Implémente FieldsServiceInterface.
Références Text\_(), Factory\getLanguage(), et JPATH_ADMINISTRATOR.
|
protected |
Returns the state column for the count items functions for the given section.
string | $section | The section |
|
protected |
Returns the table for the count items functions for the given section.
string | $section | The section |
Références $section.
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 | $item | The item |
Implémente FieldsServiceInterface.
Références $item, $section, Factory\getApplication(), et null.
CategoryServiceTrait::getStateColumnForSection insteadof TagServiceTrait |