You are here

public function AvatarPreviewInterface::setCreatedTime in Avatar Kit 8

Sets the creation time of the avatar preview.

Parameters

int $timestamp: Timestamp of the creation date.

Return value

\Drupal\avatars\AvatarPreviewInterface Return avatar preview for chaining.

1 method overrides AvatarPreviewInterface::setCreatedTime()
AvatarPreview::setCreatedTime in src/Entity/AvatarPreview.php
Sets the creation time of the avatar preview.

File

src/AvatarPreviewInterface.php, line 135

Class

AvatarPreviewInterface
Provides an interface for the avatar preview entity.

Namespace

Drupal\avatars

Code

public function setCreatedTime($timestamp);