You are here

public function MaestroProcessVariables::getChangedTime in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/MaestroProcessVariables.php \Drupal\maestro\Entity\MaestroProcessVariables::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/MaestroProcessVariables.php, line 73

Class

MaestroProcessVariables
Defines the MaestroProcessVariables entity.

Namespace

Drupal\maestro\Entity

Code

public function getChangedTime() {
  return NULL;
}