You are here

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

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

Return value

int|null The timestamp of the last entity save or NULL if the "changed" field does not exist.

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

File

src/EckEntityInterface.php, line 22

Class

EckEntityInterface
Provides an interface defining an ECK entity.

Namespace

Drupal\eck

Code

public function getChangedTime();