public function BenchmarkData::getTime in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getTime()
- 8.2 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getTime()
- 4.x webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::getTime()
Return value
mixed
File
- webprofiler/
src/ Command/ BenchmarkData.php, line 53
Class
- BenchmarkData
- Class BenchmarkData.
Namespace
Drupal\webprofiler\CommandCode
public function getTime() {
return $this->time;
}