TranslationsEvent
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.