public function ContactInterface::getCreatedTime in RedHen CRM 8
Gets the Contact creation timestamp.
Return value
int Creation timestamp of the Contact.
1 method overrides ContactInterface::getCreatedTime()
- Contact::getCreatedTime in modules/
redhen_contact/ src/ Entity/ Contact.php - Gets the Contact creation timestamp.
File
- modules/
redhen_contact/ src/ ContactInterface.php, line 49
Class
- ContactInterface
- Provides an interface for defining Contact entities.
Namespace
Drupal\redhen_contactCode
public function getCreatedTime();