public function UserConsentInterface::getCreatedTime in Data Policy 8
Gets the User consent creation timestamp.
Return value
int Creation timestamp of the User consent.
1 method overrides UserConsentInterface::getCreatedTime()
- UserConsent::getCreatedTime in src/
Entity/ UserConsent.php - Gets the User consent creation timestamp.
File
- src/
Entity/ UserConsentInterface.php, line 56
Class
- UserConsentInterface
- Provides an interface for defining User consent entities.
Namespace
Drupal\data_policy\EntityCode
public function getCreatedTime();