mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
17 lines
873 B
YAML
17 lines
873 B
YAML
services:
|
|
Chill\ThirdPartyBundle\Form\ThirdPartyType:
|
|
arguments:
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
$typesManager: '@Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyTypeManager'
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\ThirdPartyBundle\Form\Type\PickThirdPartyType:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$urlGenerator: '@Symfony\Component\Routing\Generator\UrlGeneratorInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$typesManager: '@Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyTypeManager'
|
|
tags:
|
|
- { name: form.type } |