You are here

public function InvoiceInterface::setRevisionUserId in Drupal PM (Project Management) 4.x

Sets the Invoice revision author.

Parameters

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

Return value

\Drupal\pm_invoice\Entity\InvoiceInterface The called Invoice entity.

Overrides RevisionLogInterface::setRevisionUserId

File

modules/pm_invoice/src/Entity/InvoiceInterface.php, line 96

Class

InvoiceInterface
Provides an interface for defining Invoice entities.

Namespace

Drupal\pm_invoice\Entity

Code

public function setRevisionUserId($uid);