You are here

public function LicenseInterface::getRenewedTime in Commerce License 8.2

Gets the renewal timestamp.

Return value

int The renewal timestamp.

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

File

src/Entity/LicenseInterface.php, line 80

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getRenewedTime();