You are here

public static function Log::getRequestTime in Log entity 2.x

File

src/Entity/Log.php, line 164

Class

Log
Defines the Log entity.

Namespace

Drupal\log\Entity

Code

public static function getRequestTime() {
  return \Drupal::time()
    ->getRequestTime();
}