You are here

public function RevisionLogInterface::setRevisionUser in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser()
  2. 10 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser()

Sets the entity revision author.

Parameters

\Drupal\user\UserInterface $account: The user account of the revision author.

Return value

$this

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 46

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function setRevisionUser(UserInterface $account);