ProviderValidatorRegistryInterface
ProviderValidatorRegistryInterface.php
:
20
Interface
Registry that provides access to provider-specific validators.
This interface follows the Registry pattern, acting as a factory to retrieve the appropriate ProviderValidatorInterface implementation for a given provider.
Methods¶
getValidator()
¶
ProviderValidatorRegistryInterface.php
:
25
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $provider | TranslationProviderInterface | - | - |