public function Log::getRevisionCreationTime in Log entity 8
File
- src/
Entity/ Log.php, line 193 - Contains \Drupal\log\Entity\Log.
Class
- Log
- Defines the Log entity.
Namespace
Drupal\log\EntityCode
public function getRevisionCreationTime() {
return $this
->get('revision_timestamp')->value;
}