public function ConsentAgreementInterface::setRevisionUserId in General Data Protection Regulation 8.2
Same name and namespace in other branches
- 8 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setRevisionUserId()
- 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\EntityCode
public function setRevisionUserId($uid);