You are here

public static function DataStream::getRequestTime in farmOS 2.x

File

modules/core/data_stream/src/Entity/DataStream.php, line 147

Class

DataStream
Defines the Data Stream entity.

Namespace

Drupal\data_stream\Entity

Code

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