You are here

public function TraceableContainer::getTracedData in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::getTracedData()
  2. 8.2 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::getTracedData()
  3. 4.x webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::getTracedData()

Return value

array

File

webprofiler/src/DependencyInjection/TraceableContainer.php, line 63

Class

TraceableContainer
Extends the Drupal container class to trace service instantiations.

Namespace

Drupal\webprofiler\DependencyInjection

Code

public function getTracedData() {
  return $this->tracedData;
}