mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
add thirdparty bundle, fix errors, set new path for all config yaml files
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
chill_3party_controllers:
|
||||
resource: "@ChillThirdPartyBundle/Controller"
|
||||
type: annotation
|
@@ -1,13 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\:
|
||||
resource: '../..'
|
||||
exclude: '../../{Entity,Resources/migrations}'
|
||||
|
||||
imports:
|
||||
- { resource: './services/controller.yml' }
|
||||
- { resource: './services/form.yml' }
|
||||
- { resource: './services/security.yml' }
|
||||
- { resource: './services/3partytype.yml' }
|
||||
- { resource: './services/search.yml' }
|
||||
- { resource: './services/templating.yml' }
|
||||
- { resource: './services/menu.yml' }
|
@@ -1,2 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyTypeManager: ~
|
@@ -1,7 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Controller\ThirdPartyController:
|
||||
arguments:
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$paginatorFactory: '@Chill\MainBundle\Pagination\PaginatorFactory'
|
||||
tags: ['controller.service_arguments']
|
@@ -1,17 +0,0 @@
|
||||
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 }
|
@@ -1,7 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Menu\MenuBuilder:
|
||||
arguments:
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
||||
tags:
|
||||
- { name: 'chill.menu_builder' }
|
@@ -1,9 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Search\ThirdPartySearch:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
$paginatorFactory: '@Chill\MainBundle\Pagination\PaginatorFactory'
|
||||
tags:
|
||||
- { name: 'chill.search', alias: '3party' }
|
@@ -1,7 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Security\Voter\ThirdPartyVoter:
|
||||
arguments:
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
tags:
|
||||
- { name: security.voter }
|
||||
- { name: chill.role }
|
@@ -1,6 +0,0 @@
|
||||
services:
|
||||
Chill\ThirdPartyBundle\Templating\Entity\ThirdPartyRender:
|
||||
arguments:
|
||||
$templating: '@templating.engine.twig'
|
||||
tags:
|
||||
- 'chill.render_entity'
|
Reference in New Issue
Block a user