mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
20 lines
716 B
YAML
20 lines
716 B
YAML
services:
|
|
Chill\MainBundle\Phonenumber\PhonenumberHelper:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$config: '%chill_main.phone_helper%'
|
|
$cachePool: '@cache.user_data'
|
|
|
|
Chill\MainBundle\Phonenumber\Templating:
|
|
arguments:
|
|
$phonenumberHelper: '@Chill\MainBundle\Phonenumber\PhonenumberHelper'
|
|
tags:
|
|
- { name: twig.extension }
|
|
|
|
Chill\MainBundle\Validation\Validator\ValidPhonenumber:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$phonenumberHelper: '@Chill\MainBundle\Phonenumber\PhonenumberHelper'
|
|
tags:
|
|
- { name: validator.constraint_validator }
|