You are here

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

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

Return value

int The timestamp of the last entity save operation.

Overrides EntityChangedInterface::getChangedTime

File

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

Class

WorkableItemInterface
Interface for Workable Item.

Namespace

Drupal\pm_project\Entity

Code

public function getChangedTime();