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