You are here

public function ConnectionInterface::setCreatedTime in RedHen CRM 8

Sets the Connection creation timestamp.

Parameters

int $timestamp: The Connection creation timestamp.

Return value

\Drupal\redhen_connection\ConnectionInterface The called Connection entity.

1 method overrides ConnectionInterface::setCreatedTime()
Connection::setCreatedTime in modules/redhen_connection/src/Entity/Connection.php
Sets the Connection creation timestamp.

File

modules/redhen_connection/src/ConnectionInterface.php, line 40

Class

ConnectionInterface
Provides an interface for defining Connection entities.

Namespace

Drupal\redhen_connection

Code

public function setCreatedTime($timestamp);