You are here

public function Log::setRevisionAuthorId in Log entity 8

File

src/Entity/Log.php, line 215
Contains \Drupal\log\Entity\Log.

Class

Log
Defines the Log entity.

Namespace

Drupal\log\Entity

Code

public function setRevisionAuthorId($uid) {
  $this
    ->set('revision_uid', $uid);
  return $this;
}