Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Created September 22, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaverryan/43714e1c0457588c48c1 to your computer and use it in GitHub Desktop.
Save weaverryan/43714e1c0457588c48c1 to your computer and use it in GitHub Desktop.
EventListener Configuration
services:
# ...
current_site_listener:
class: KnpU\QADayBundle\EventListener\CurrentSiteListener
arguments:
- "@site_manager"
- "@doctrine.orm.entity_manager"
tags:
-
name: kernel.event_listener
method: onKernelRequest
event: kernel.request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment