You are here

service webprofiler.config in Devel 8.3

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

Class

Drupal\webprofiler\DataCollector\ConfigDataCollector

Tags

  • data_collector
4 string references to webprofiler.config
ConfigForm::buildForm in webprofiler/src/Form/ConfigForm.php
Form constructor.
ConfigForm::getEditableConfigNames in webprofiler/src/Form/ConfigForm.php
Gets the configuration names that will be editable.
WebprofilerServiceProvider::alter in webprofiler/src/WebprofilerServiceProvider.php
Modifies existing service definitions.
webprofiler_cache_flush in webprofiler/webprofiler.module
Implements hook_cache_flush().

File

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

View source
  1. class: Drupal\webprofiler\DataCollector\ConfigDataCollector
  2. tags:
  3. - { name: data_collector, template: '@webprofiler/Collector/config.html.twig', id: config, title: Config, priority: 130 }