function 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;
}