public function ConsentAgreementInterface::setRevisionCreationTime in General Data Protection Regulation 3.0.x
Same name and namespace in other branches
- 8.2 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setRevisionCreationTime()
- 8 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setRevisionCreationTime()
Sets the Consent Agreement revision creation timestamp.
Parameters
int $timestamp: The UNIX timestamp of when this revision was created.
Return value
\Drupal\gdpr_consent\Entity\ConsentAgreementInterface The called Consent Agreement entity.
Overrides RevisionLogInterface::setRevisionCreationTime
File
- modules/
gdpr_consent/ src/ Entity/ ConsentAgreementInterface.php, line 93
Class
- ConsentAgreementInterface
- Provides an interface for defining Consent Agreement entities.
Namespace
Drupal\gdpr_consent\EntityCode
public function setRevisionCreationTime($timestamp);