You are here

public function DataStreamInterface::setCreatedTime in farmOS 2.x

Sets the data_stream creation timestamp.

Parameters

int $timestamp: Creation timestamp of the data stream.

Return value

\Drupal\data_stream\Entity\DataStreamInterface The data_stream entity.

1 method overrides DataStreamInterface::setCreatedTime()
DataStream::setCreatedTime in modules/core/data_stream/src/Entity/DataStream.php
Sets the data_stream creation timestamp.

File

modules/core/data_stream/src/Entity/DataStreamInterface.php, line 57

Class

DataStreamInterface
Interface for the DataStream entity type.

Namespace

Drupal\data_stream\Entity

Code

public function setCreatedTime($timestamp);