You are here

public function OpignoCertificateInterface::getCreatedTime in Opigno certificate 8

Same name and namespace in other branches
  1. 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_certificate

Code

public function getCreatedTime();