public function LicenseInterface::setExpiresTime in Commerce License 8.2
Sets the License expiration timestamp.
Parameters
int $timestamp: The License expiration timestamp.
Return value
\Drupal\commerce_license\Entity\LicenseInterface The called License entity.
1 method overrides LicenseInterface::setExpiresTime()
- License::setExpiresTime in src/
Entity/ License.php - Sets the License expiration timestamp.
File
- src/
Entity/ LicenseInterface.php, line 54
Class
- LicenseInterface
- Provides an interface for License entities.
Namespace
Drupal\commerce_license\EntityCode
public function setExpiresTime($timestamp);