You are here

public function ConsentAgreementInterface::getCreatedTime in General Data Protection Regulation 8.2

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

Gets the Consent Agreement creation timestamp.

Return value

int Creation timestamp of the Consent Agreement.

1 method overrides ConsentAgreementInterface::getCreatedTime()
ConsentAgreement::getCreatedTime in modules/gdpr_consent/src/Entity/ConsentAgreement.php
Gets the Consent Agreement creation timestamp.

File

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

Class

ConsentAgreementInterface
Provides an interface for defining Consent Agreement entities.

Namespace

Drupal\gdpr_consent\Entity

Code

public function getCreatedTime();