Event
Table of Contents
Classes
- ModifyLocalizationHandlerIsAvailableEvent
- Fired in {@see LocalizationHandlerRegistry::getAvailableHandlers()} for each registered handler to allow overriding `isAvailable` state returned by the handler `isAvailable()` method. Main use-case is to disable handlers for special cases not implemented in the handler and mitigate the need to xclass them and reduces headaches in instances and for extension developers.