You are here

service profiler in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/webprofiler.services.yml \profiler
  2. 8 webprofiler/webprofiler.services.yml \profiler
  3. 4.x webprofiler/webprofiler.services.yml \profiler

Class

Drupal\webprofiler\Profiler\Profiler
10 string references to profiler
BenchmarkCommand::getData in webprofiler/src/Command/BenchmarkCommand.php
ConfigForm::create in webprofiler/src/Form/ConfigForm.php
Instantiates a new instance of this class.
DashboardController::create in webprofiler/src/Controller/DashboardController.php
Instantiates a new instance of this class.
DatabaseController::create in webprofiler/src/Controller/DatabaseController.php
Instantiates a new instance of this class.
ExportCommand::execute in webprofiler/src/Command/ExportCommand.php
Executes the current command.

... See full list

File

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

View source
  1. class: Drupal\webprofiler\Profiler\Profiler
  2. arguments:
  3. - '@profiler.storage'
  4. - '@logger.channel.webprofiler'
  5. - '@config.factory'