Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId().
public function getRevisionUserId() { return $this->{$this->getEntityType() ->getRevisionMetadataKey('revision_user')}->target_id; }