public function OpignoCertificateInterface::getCreatedTime in Opigno certificate 8
Same name and namespace in other branches
- 3.x src/OpignoCertificateInterface.php \Drupal\opigno_certificate\OpignoCertificateInterface::getCreatedTime()
Gets the opigno_certificate creation timestamp.
Return value
int Creation timestamp of the opigno_certificate.
1 method overrides OpignoCertificateInterface::getCreatedTime()
- OpignoCertificate::getCreatedTime in src/
Entity/ OpignoCertificate.php - Gets the opigno_certificate creation timestamp.
File
- src/
OpignoCertificateInterface.php, line 32
Class
- OpignoCertificateInterface
- Provides an interface defining a opigno_certificate entity.
Namespace
Drupal\opigno_certificateCode
public function getCreatedTime();