You are here

public function LicenseInterface::getExpiresTime in Commerce License 8.2

Gets the License expiration timestamp.

Return value

int Expiration timestamp of the License.

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

File

src/Entity/LicenseInterface.php, line 43

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getExpiresTime();