You are here

public function EventInterface::getRevisionCreationTime in Event 8

Gets the Event revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/EventInterface.php, line 82

Class

EventInterface
Provides an interface for defining Event entities.

Namespace

Drupal\event\Entity

Code

public function getRevisionCreationTime();