public function TraceableContainer::getTracedData in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::getTracedData()
- 8 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::getTracedData()
- 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\DependencyInjectionCode
public function getTracedData() {
return $this->tracedData;
}