-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathservices.yml
More file actions
31 lines (31 loc) · 1.6 KB
/
services.yml
File metadata and controls
31 lines (31 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
services:
tbn_qbrg.generator.repository_generator:
class: Tbn\QueryBuilderRepositoryGeneratorBundle\Generator\RepositoryGenerator
arguments:
- "@Tbn\\QueryBuilderRepositoryGeneratorBundle\\Generator\\TemplateService"
- "%tbn_qbrg.generator.bundles%"
- "@maker.doctrine_helper"
- "@tbn_qbrg.configuration.configurator"
- "@Tbn\\QueryBuilderRepositoryGeneratorBundle\\Generator\\Persister"
- "@logger"
tbn_qbrg.configuration.configurator:
class: Tbn\QueryBuilderRepositoryGeneratorBundle\Configuration\Configurator
arguments:
- "%tbn_qbrg.generator.template.entity_configuration%"
- "%tbn_qbrg.generator.template.repository_extension%"
Tbn\QueryBuilderRepositoryGeneratorBundle\Generator\Persister:
class: Tbn\QueryBuilderRepositoryGeneratorBundle\Generator\Persister
Tbn\QueryBuilderRepositoryGeneratorBundle\Generator\TemplateService:
class: Tbn\QueryBuilderRepositoryGeneratorBundle\Generator\TemplateService
arguments:
- "%tbn_qbrg.generator.template.use_interfaces%"
- "%tbn_qbrg.generator.template.top_repository%"
- "%tbn_qbrg.generator.template.column%"
- "%tbn_qbrg.generator.template.bottom_repository%"
- "%tbn_qbrg.generator.template.association%"
- "@twig"
tbn_qbrg.command.generate_command:
class: Tbn\QueryBuilderRepositoryGeneratorBundle\Command\GenerateCommand
arguments:
- "@tbn_qbrg.generator.repository_generator"
tags: ['console.command']