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 }