public function EckEntityInterface::getCreatedTime in Entity Construction Kit (ECK) 8
Returns the time that the entity was created.
Return value
int|null The timestamp of when the entity was created or NULL if the "created" field does not exist.
1 method overrides EckEntityInterface::getCreatedTime()
- EckEntity::getCreatedTime in src/
Entity/ EckEntity.php - Returns the time that the entity was created.
File
- src/
EckEntityInterface.php, line 42
Class
- EckEntityInterface
- Provides an interface defining an ECK entity.
Namespace
Drupal\eckCode
public function getCreatedTime();