You are here

public function HomeboxLayoutInterface::setRevisionUserId in Homebox 8

Sets the Homebox Layout revision author.

Parameters

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

Return value

$this

Overrides RevisionLogInterface::setRevisionUserId

File

src/Entity/HomeboxLayoutInterface.php, line 108

Class

HomeboxLayoutInterface
Provides an interface for defining Homebox Layout entities.

Namespace

Drupal\homebox\Entity

Code

public function setRevisionUserId($uid);