private property TraceableContainer::$stopwatch in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::stopwatch
- 8 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::stopwatch
- 8.2 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::stopwatch
Type: \Symfony\Component\Stopwatch\Stopwatch
File
- webprofiler/
src/ DependencyInjection/ TraceableContainer.php, line 21
Class
- TraceableContainer
- Extends the Drupal container class to trace service instantiations.
Namespace
Drupal\webprofiler\DependencyInjectionCode
private $stopwatch = NULL;