You are here

public function FlaggingCollectionInterface::setRevisionUserId in Flag Lists 4.0.x

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

Sets the Flagging collection revision author.

Parameters

int $uid: The user ID of the revision author.

Return value

\Drupal\flag_lists\Entity\FlaggingCollectionInterface The called Flagging collection entity.

Overrides RevisionLogInterface::setRevisionUserId

File

src/Entity/FlaggingCollectionInterface.php, line 115

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function setRevisionUserId($uid);