You are here

public function TraceableViewExecutable::getBuildTime in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getBuildTime()
  2. 8 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getBuildTime()
  3. 4.x 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\Views

Code

public function getBuildTime() {
  return $this->build_time;
}