You are here

constant AvatarPreviewInterface::SCOPE_USER_SELECTED in Avatar Kit 8

Whether the avatar preview was generated due to user preference.

If the user changes its' avatar generator preference, the preview will be purged immediately.

File

src/AvatarPreviewInterface.php, line 47

Class

AvatarPreviewInterface
Provides an interface for the avatar preview entity.

Namespace

Drupal\avatars

Code

const SCOPE_USER_SELECTED = 1;