You are here

public function LicenseInterface::getCreatedTime in Commerce License 8.2

Gets the License creation timestamp.

Return value

int Creation timestamp of the License.

1 method overrides LicenseInterface::getCreatedTime()
License::getCreatedTime in src/Entity/License.php
Gets the License creation timestamp.

File

src/Entity/LicenseInterface.php, line 24

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getCreatedTime();