You are here

public function AvatarPreviewInterface::getUser in Avatar Kit 8

Get associated user.

Return value

\Drupal\user\UserInterface A user entity.

1 method overrides AvatarPreviewInterface::getUser()
AvatarPreview::getUser in src/Entity/AvatarPreview.php
Get associated user.

File

src/AvatarPreviewInterface.php, line 86

Class

AvatarPreviewInterface
Provides an interface for the avatar preview entity.

Namespace

Drupal\avatars

Code

public function getUser();