LocaleEvent
class LocaleEvent extends Event (View source)
Defines a Locale event.
Properties
| protected string[] | $langCodes | The list of Language codes for updated translations. |
|
| protected string[] | $original | List of string identifiers that have been updated / created. |
Methods
__construct(array $lang_codes, array $lids = [])
Constructs a new LocaleEvent.
string[]
getLangCodes()
Returns the language codes.
array
getLids()
Returns the string identifiers.
Details
__construct(array $lang_codes, array $lids = [])
Constructs a new LocaleEvent.
string[]
getLangCodes()
Returns the language codes.
array
getLids()
Returns the string identifiers.