Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | getAllComponents () |
static | hasComponentConfig ($component) |
static | getComponentsWithConfig ($authCheck=true) |
static | loadLanguageForComponents ($components) |
static | loadLanguageForComponent ($component) |
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) | |
Components helper for com_config
|
static |
Get an array of all enabled components.
Références $db, $query, $result, et Factory\getDbo().
|
static |
Returns an array of all components with configuration options. Optionally return only those components for which the current user has 'core.manage' rights.
boolean | $authCheck | True to restrict to components where current user has 'core.manage' rights. |
Références $component, $result, $user, Text\_(), Factory\getUser(), et ApplicationHelper\stringURLSafe().
Référencé par HtmlView\display().
|
static |
Returns true if the component has configuration options.
string | $component | Component name |
Références $component, et JPATH_ADMINISTRATOR.
|
static |
Load the sys language for the given component.
string | $component | component name. |
Références $component, $lang, Factory\getLanguage(), JPATH_ADMINISTRATOR, et JPATH_BASE.
|
static |
Load the sys language for the given component.
array | $components | Array of component names. |
Références $component.
Référencé par HtmlView\display().