You are here

service webprofiler.debug.controller_resolver in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/webprofiler.services.yml \webprofiler.debug.controller_resolver
  2. 8.2 webprofiler/webprofiler.services.yml \webprofiler.debug.controller_resolver
  3. 4.x webprofiler/webprofiler.services.yml \webprofiler.debug.controller_resolver

Class

Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
1 string reference to webprofiler.debug.controller_resolver
WebprofilerServiceProvider::alter in webprofiler/src/WebprofilerServiceProvider.php
Modifies existing service definitions.

File

webprofiler/webprofiler.services.yml
webprofiler/webprofiler.services.yml

View source
  1. class: Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2. arguments:
  3. - '@controller_resolver'
  4. - '@stopwatch'