You are here

public function LicenseInterface::setRenewedTime in Commerce License 8.2

Sets the renewal timestamp.

Parameters

int $timestamp: The renewal timestamp.

Return value

$this

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

File

src/Entity/LicenseInterface.php, line 90

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function setRenewedTime($timestamp);