public function StopwatchEvent::getOrigin in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()
- 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()
Gets the origin.
Return value
float The origin in milliseconds
File
- webprofiler/
src/ Stopwatch.php, line 341
Class
- StopwatchEvent
- Class StopwatchEvent
Namespace
Drupal\webprofilerCode
public function getOrigin() {
return $this->origin;
}