You are here

public function ConsentAgreementInterface::setRevisionCreationTime 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::setRevisionCreationTime()
  2. 3.0.x 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\Entity

Code

public function setRevisionCreationTime($timestamp);