| 1 | <?php namespace Limoncello\Application\Packages\FormValidation; |
||
| 27 | class FormValidationProvider implements ProvidesContainerConfiguratorsInterface, ProvidesMessageResourcesInterface |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @inheritdoc |
||
| 31 | */ |
||
| 32 | 1 | public static function getContainerConfigurators(): array |
|
| 38 | |||
| 39 | /** |
||
| 40 | * @inheritdoc |
||
| 41 | */ |
||
| 42 | 1 | public static function getMessageDescriptions(): array |
|
| 48 | } |
||
| 49 |