You are here

public function MaestroEntityIdentifiers::getChangedTime in Maestro 3.x

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

Class

MaestroEntityIdentifiers
Defines the MaestroEntityIdentifiers entity.

Namespace

Drupal\maestro\Entity

Code

public function getChangedTime() {
  return NULL;
}