public function EasyEmailInterface::getCreatedTime in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getCreatedTime()
Gets the Email creation timestamp.
Return value
int Creation timestamp of the Email.
1 method overrides EasyEmailInterface::getCreatedTime()
- EasyEmail::getCreatedTime in src/
Entity/ EasyEmail.php - Gets the Email creation timestamp.
File
- src/
Entity/ EasyEmailInterface.php, line 568
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getCreatedTime();