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\DependencyInjectionCode
public function getTracedData() {
return $this->tracedData;
}