Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | canDeleteState (int $id) |
static | filterTransitions (array $transitions, int $pk, int $workflowId=0) |
static | onPrepareForm (Form $form, $data) |
Fonctions membres publiques statiques hérités de ContentHelper | |
static | addSubmenu ($vName) |
static | countRelations (&$items, $config) |
static | getActions ($component='', $section='', $id=0) |
static | getCurrentLanguage ($detectBrowser=true) |
static | getLanguageId ($langCode) |
Membres hérités additionnels | |
Fonctions membres publiques hérités de ContentHelper | |
getRowData (Table $table) | |
Content component helper.
|
static |
Check if state can be deleted
int | $id | Id of state to delete |
Références $db, $id, $query, Factory\getDbo(), et ParameterType\INTEGER.
|
static |
Method to filter transitions by given id of state
array | $transitions | Array of transitions |
int | $pk | Id of state |
int | $workflowId | Id of the workflow |
Références $transitions.
Référencé par ContentComponent\filterTransitions().
|
static |
Prepares a form
Form | $form | The form to change |
array | object | $data | The form data |
Références $category, $component, $data, $db, $field, $form, $option, $query, $title, Text\_(), elseif, Factory\getApplication(), Factory\getDbo(), Factory\getLanguage(), ParameterType\INTEGER, JPATH_ADMINISTRATOR, et Text\sprintf().
Référencé par ContentComponent\prepareForm().