You are here

public property AvatarGenerator::$remote in Avatar Kit 8

Defines the source of the avatar.

Whether the generator produces a URI for downloading the avatar (uses generateUri method). Otherwise the file is already local (use getFile method).

Type: bool

File

src/Annotation/AvatarGenerator.php, line 67

Class

AvatarGenerator
Defines an annotation for AvatarGenerator plugins.

Namespace

Drupal\avatars\Annotation

Code

public $remote = FALSE;