You are here

public function LogInterface::getCreatedTime in Commerce Core 8.2

Gets the log creation timestamp.

Return value

int Creation timestamp of the log.

1 method overrides LogInterface::getCreatedTime()
Log::getCreatedTime in modules/log/src/Entity/Log.php
Gets the log creation timestamp.

File

modules/log/src/Entity/LogInterface.php, line 105

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getCreatedTime();