You are here

public function MaestroProcessStatus::getChangedTime in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/MaestroProcessStatus.php \Drupal\maestro\Entity\MaestroProcessStatus::getChangedTime()

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

Return value

int The timestamp of the last entity save operation.

Overrides EntityChangedTrait::getChangedTime

File

src/Entity/MaestroProcessStatus.php, line 72

Class

MaestroProcessStatus
Defines the MaestroProcessStatus entity.

Namespace

Drupal\maestro\Entity

Code

public function getChangedTime() {
  return NULL;
}