EntityChangedInterface::setChangedTime

public EntityChangedInterface::setChangedTime($timestamp)

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

$this

File

core/lib/Drupal/Core/Entity/EntityChangedInterface.php, line 35

Class

EntityChangedInterface
Defines an interface for entity change timestamp tracking.

Namespace

Drupal\Core\Entity

Code

public function setChangedTime($timestamp);
doc_Drupal
2016-10-29 09:04:40
Comments
Leave a Comment

Please login to continue.