You are here

public function FlaggingCollectionInterface::getRevisionUser in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::getRevisionUser()

Gets the Flagging collection revision author.

Return value

\Drupal\user\UserInterface The user entity for the revision author.

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/FlaggingCollectionInterface.php, line 104

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getRevisionUser();