ContrexxJavascriptI18nProvider
in
An interface describing an i18n provider.
Tags
Table of Contents
Methods
- getVariables() : array<string|int, mixed>
Methods
getVariables()
public
getVariables(string $langCode) : array<string|int, mixed>
Parameters
- $langCode : string
-
the language code for generation of filenames and the like.
Return values
array<string|int, mixed> —an associative array with variable keys and values.