You are here

public function LogInterface::setCreatedTime in Commerce Core 8.2

Sets the log creation timestamp.

Parameters

int $timestamp: The log creation timestamp.

Return value

$this

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

File

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

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function setCreatedTime($timestamp);