You are here

public function EckEntityInterface::setChangedTime in Entity Construction Kit (ECK) 8

Sets the timestamp of the last entity change for the current translation.

Parameters

int $timestamp: The timestamp of the last entity save operation.

Return value

\Drupal\eck\EckEntityInterface $this The class instance that this method is called on.

1 method overrides EckEntityInterface::setChangedTime()
EckEntity::setChangedTime in src/Entity/EckEntity.php
Sets the timestamp of the last entity change for the current translation.

File

src/EckEntityInterface.php, line 33

Class

EckEntityInterface
Provides an interface defining an ECK entity.

Namespace

Drupal\eck

Code

public function setChangedTime($timestamp);