public function AvatarPreviewInterface::getCreatedTime in Avatar Kit 8
Gets the creation time of the avatar preview.
Return value
int Timestamp of the creation date.
1 method overrides AvatarPreviewInterface::getCreatedTime()
- AvatarPreview::getCreatedTime in src/
Entity/ AvatarPreview.php - Gets the creation time of the avatar preview.
File
- src/
AvatarPreviewInterface.php, line 124
Class
- AvatarPreviewInterface
- Provides an interface for the avatar preview entity.
Namespace
Drupal\avatarsCode
public function getCreatedTime();