You are here

public function RevisionLogInterface::getRevisionUserId in Drupal 9

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

Gets the entity revision author ID.

Return value

int The user ID.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getRevisionUserId();