You are here

public function Flipbook::getChangedTime in 3D Flipbook 8

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

src/Entity/Flipbook.php, line 154

Class

Flipbook
Defines the Flipbook entity.

Namespace

Drupal\flipbook\Entity

Code

public function getChangedTime() {
  return $this
    ->get('changed')->value;
}