function RevisionLogEntityTrait::getRevisionCreationTime
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
File
- 
              core/
lib/ Drupal/ Core/ Entity/ RevisionLogEntityTrait.php, line 69  
Class
- RevisionLogEntityTrait
 - Provides a trait for accessing revision logging and ownership information.
 
Namespace
Drupal\Core\EntityCode
public function getRevisionCreationTime() {
  return $this->{$this->getEntityType()
    ->getRevisionMetadataKey('revision_created')}->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.