You are here

public function ContactEmail::getCreatedTime in Contact Emails 8

File

src/Entity/ContactEmail.php, line 70

Class

ContactEmail
Defines the Contact Email entity.

Namespace

Drupal\contact_emails\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}