class TranslationsEvent extends Event

Class TranslationsEvent is event that is dispatched for handling entity logic in listeners and holds required data

Methods

__construct(mixed $item, string|null $locale)

TranslationsEvent constructor.

mixed
getItem()

No description

string
getLocale()

No description

Details

at line 35
__construct(mixed $item, string|null $locale)

TranslationsEvent constructor.

Parameters

mixed $item
string|null $locale

at line 44
mixed getItem()

Return Value

mixed

at line 52
string getLocale()

Return Value

string