function 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;
}