LocalizationHandlerRegistry

Registry for localization handlers

Manages all available localization handlers and provides methods to retrieve them by identifier or get all available handlers

Internal

Table of Contents

Methods

__construct()  : mixed
getAvailableHandlers()  : array<string, LocalizationHandlerInterface>
Get available handlers for the given localization context
getHandler()  : LocalizationHandlerInterface
Get a handler by its identifier
hasHandler()  : bool
Check if a handler with the given identifier exists

Methods

hasHandler()

Check if a handler with the given identifier exists

public hasHandler(string $identifier) : bool
Parameters
$identifier : string
Return values
bool

        
On this page

Search results