You are here

public function AvatarBaseInterface::identifierIsPreHashed in Avatar Kit 8

Determines if the set identifier was prehashed.

Return value

bool|null boolean if identifier has been set, otherwise NULL.

1 method overrides AvatarBaseInterface::identifierIsPreHashed()
AvatarBase::identifierIsPreHashed in src/AvatarBase.php
Determines if the set identifier was prehashed.

File

src/AvatarBaseInterface.php, line 60

Class

AvatarBaseInterface
Interface for Avatar APIs.

Namespace

Drupal\avatars

Code

public function identifierIsPreHashed();