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\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}