public function Kernel::getStartTime

@api

Overrides KernelInterface::getStartTime

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 421

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getStartTime() {
  return $this->debug ? $this->startTime : -INF;
}