Base Helper class.
- Depuis
- 3.2
◆ getCurrentLanguage()
getCurrentLanguage |
( |
|
$detectBrowser = true | ) |
|
◆ getDataObject()
Method to get an object containing all of the table columns and values.
- Paramètres
-
TableInterface | $table | Table object. |
- Renvoie
- Contains all of the columns and values.
- Depuis
- 3.2
Références $field, et $fields.
◆ getLanguageId()
getLanguageId |
( |
|
$langCode | ) |
|
Gets the associated language ID
- Paramètres
-
string | $langCode | The language code to look up |
- Renvoie
- integer The language ID
- Depuis
- 3.2
Références $db, $query, et Factory\getDbo().
◆ getRowData()
Gets a row of data from a table
- Paramètres
-
TableInterface | $table | Table instance for a row. |
- Renvoie
- array Associative array of all columns and values for a row in a table.
- Depuis
- 3.2
Références $data, $field, $fields, et $value.
La documentation de cette classe a été générée à partir du fichier suivant :