![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getCategory (array $options=[], $section='') | |
countItems (array $items, string $section) | |
prepareForm (Form $form, $data) | |
Access to component specific categories.
countItems | ( | array | $items, |
string | $section | ||
) |
Adds Count Items for Category Manager.
Implémenté dans ContentComponent, et LegacyComponent.
getCategory | ( | array | $options = [] , |
$section = '' |
|||
) |
Returns the category service.
array | $options | The options |
string | $section | The section |
SectionNotFoundException |
Implémenté dans LegacyComponent.
prepareForm | ( | Form | $form, |
$data | |||
) |
Prepares the category form
Form | $form | The form to change |
array | object | $data | The form data |
Implémenté dans ContentComponent.