You are here

public function ConsentAgreementInterface::setRevisionUserId in General Data Protection Regulation 8

Same name and namespace in other branches
  1. 8.2 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setRevisionUserId()
  2. 3.0.x modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setRevisionUserId()

Sets the Consent Agreement revision author.

Parameters

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

Return value

\Drupal\gdpr_consent\Entity\ConsentAgreementInterface The called Consent Agreement entity.

Overrides RevisionLogInterface::setRevisionUserId

File

modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php, line 112

Class

ConsentAgreementInterface
Provides an interface for defining Consent Agreement entities.

Namespace

Drupal\gdpr_consent\Entity

Code

public function setRevisionUserId($uid);