You are here

public function WorkableItemInterface::setChangedTime in Drupal PM (Project Management) 4.x

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

Overrides EntityChangedInterface::setChangedTime

File

modules/pm_project/src/Entity/WorkableItemInterface.php, line 81

Class

WorkableItemInterface
Interface for Workable Item.

Namespace

Drupal\pm_project\Entity

Code

public function setChangedTime($timestamp);