Name | Description |
---|---|
DeregisterDefaultRouteListenerCompilerPass | Removes the `kernel.event_subscriber` tag from the default route listener. This is necessary because it is decorated by the `sulu_website.router_listener` service, which adds the analyzing of the request done by Sulu to this listener. |
RouteProviderCompilerPass | CompilerPass, which instantiates the route provider only when the required dependencies exist. |