You are here

public function ConfigDataCollector::collect in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::collect()
  2. 8 webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::collect()
  3. 4.x webprofiler/src/DataCollector/ConfigDataCollector.php \Drupal\webprofiler\DataCollector\ConfigDataCollector::collect()

File

webprofiler/src/DataCollector/ConfigDataCollector.php, line 21

Class

ConfigDataCollector
Provides a datacollector to show all requested configs.

Namespace

Drupal\webprofiler\DataCollector

Code

public function collect(Request $request, Response $response, \Exception $exception = NULL) {
}