You are here

public function DataPolicyInterface::getCreatedTime in Data Policy 8

Gets the Data policy creation timestamp.

Return value

int Creation timestamp of the Data policy.

1 method overrides DataPolicyInterface::getCreatedTime()
DataPolicy::getCreatedTime in src/Entity/DataPolicy.php
Gets the Data policy creation timestamp.

File

src/Entity/DataPolicyInterface.php, line 42

Class

DataPolicyInterface
Provides an interface for defining Data policy entities.

Namespace

Drupal\data_policy\Entity

Code

public function getCreatedTime();