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