public function ContactInterface::setCreatedTime in RedHen CRM 8
Sets the Contact creation timestamp.
Parameters
int $timestamp: The Contact creation timestamp.
Return value
\Drupal\redhen_contact\ContactInterface The called Contact entity.
1 method overrides ContactInterface::setCreatedTime()
- Contact::setCreatedTime in modules/
redhen_contact/ src/ Entity/ Contact.php - Sets the Contact creation timestamp.
File
- modules/
redhen_contact/ src/ ContactInterface.php, line 60
Class
- ContactInterface
- Provides an interface for defining Contact entities.
Namespace
Drupal\redhen_contactCode
public function setCreatedTime($timestamp);