RevisionLogInterface::getRevisionCreationTime

public RevisionLogInterface::getRevisionCreationTime()

Gets the entity revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 18

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function getRevisionCreationTime();
doc_Drupal
2016-10-29 09:38:33
Comments
Leave a Comment

Please login to continue.