function TraceableEventDispatcher::setStopwatch

Parameters

\Drupal\webprofiler\Stopwatch $stopwatch:

File

webprofiler/src/EventDispatcher/TraceableEventDispatcher.php, line 113

Class

TraceableEventDispatcher
Class TraceableEventDispatcher

Namespace

Drupal\webprofiler\EventDispatcher

Code

public function setStopwatch(Stopwatch $stopwatch) {
    $this->stopwatch = $stopwatch;
}