You are here

public function LicenseInterface::setCreatedTime in Commerce License 8.2

Sets the License creation timestamp.

Parameters

int $timestamp: The License creation timestamp.

Return value

\Drupal\commerce_license\Entity\LicenseInterface The called License entity.

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

File

src/Entity/LicenseInterface.php, line 35

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function setCreatedTime($timestamp);