You are here

public static function Log::getCurrentTimestamp in Log entity 8

Return value

array

File

src/Entity/Log.php, line 230
Contains \Drupal\log\Entity\Log.

Class

Log
Defines the Log entity.

Namespace

Drupal\log\Entity

Code

public static function getCurrentTimestamp() {
  return array(
    REQUEST_TIME,
  );
}