git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3283 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
75a065758f
commit
7422f06e90
261 changed files with 83347 additions and 0 deletions
17
trunk/app/config/services.yml
Normal file
17
trunk/app/config/services.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Learn more about services, parameters and containers at
|
||||
# http://symfony.com/doc/current/book/service_container.html
|
||||
parameters:
|
||||
# parameter_name: value
|
||||
|
||||
services:
|
||||
# service_name:
|
||||
# class: AppBundle\Directory\ClassName
|
||||
# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
|
||||
|
||||
app.controller_listener:
|
||||
class: AppBundle\Listener\KernelControllerListener
|
||||
arguments:
|
||||
- "@doctrine.orm.entity_manager"
|
||||
- "@controller_resolver"
|
||||
tags:
|
||||
- { name: kernel.event_listener, event: kernel.controller, method: onKernelController }
|
||||
Loading…
Add table
Add a link
Reference in a new issue