You are here

public function EasyEmailInterface::getRevisionCreationTime in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getRevisionCreationTime()

Gets the Email revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/EasyEmailInterface.php, line 615

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getRevisionCreationTime();