public function OpignoCertificateInterface::setCreatedTime in Opigno certificate 8
Same name and namespace in other branches
- 3.x src/OpignoCertificateInterface.php \Drupal\opigno_certificate\OpignoCertificateInterface::setCreatedTime()
Sets the opigno_certificate creation timestamp.
Parameters
int $timestamp: The opigno_certificate creation timestamp.
Return value
\Drupal\opigno_certificate\CertificateInterface The called opigno_certificate entity.
1 method overrides OpignoCertificateInterface::setCreatedTime()
- OpignoCertificate::setCreatedTime in src/
Entity/ OpignoCertificate.php - Sets the opigno_certificate creation timestamp.
File
- src/
OpignoCertificateInterface.php, line 43
Class
- OpignoCertificateInterface
- Provides an interface defining a opigno_certificate entity.
Namespace
Drupal\opigno_certificateCode
public function setCreatedTime($timestamp);