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