public function KernelInterface::getStartTime

Gets the request start time (not available if debug is disabled).

@api

Return value

integer The request start timestamp

1 method overrides KernelInterface::getStartTime()
Kernel::getStartTime in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Gets the request start time (not available if debug is disabled).

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 180

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getStartTime();