public function TraceableViewExecutable::getRenderTime in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()
- 8 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()
- 4.x webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()
Gets the render time.
Return value
float
File
- webprofiler/
src/ Views/ TraceableViewExecutable.php, line 42
Class
- TraceableViewExecutable
- Class TraceableViewExecutable
Namespace
Drupal\webprofiler\ViewsCode
public function getRenderTime() {
return $this->render_time;
}