You are here

public function AvatarBaseInterface::getType in Avatar Kit 8

Gets the avatar type.

Return value

string Avatar type.

1 method overrides AvatarBaseInterface::getType()
AvatarBase::getType in src/AvatarBase.php
Gets the avatar type.

File

src/AvatarBaseInterface.php, line 76

Class

AvatarBaseInterface
Interface for Avatar APIs.

Namespace

Drupal\avatars

Code

public function getType();