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