You are here

private property TraceableContainer::$stopwatch in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::stopwatch
  2. 8 webprofiler/src/DependencyInjection/TraceableContainer.php \Drupal\webprofiler\DependencyInjection\TraceableContainer::stopwatch
  3. 4.x 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\DependencyInjection

Code

private $stopwatch = NULL;