You are here

public function EntityRevisionLogInterface::getRevisionCreationTime in Entity API 8.0

Gets the entity revision creation timestamp.

Return value

int|NULL The UNIX timestamp of when this revision was created. Return NULL if the entity type does not support revision create time.

File

src/Revision/EntityRevisionLogInterface.php, line 24
Contains \Drupal\entity\Revision\EntityRevisionLogInterface.

Class

EntityRevisionLogInterface
Defines an entity type with create time/author/log information for revisions.

Namespace

Drupal\entity\Revision

Code

public function getRevisionCreationTime();