You are here

public static function AvatarBaseInterface::hashIdentifier in Avatar Kit 8

Prepare an identifier for transmission to a third party.

Parameters

string $identifier: An identifier to obfuscate.

Return value

string The obfuscated identifier.

1 method overrides AvatarBaseInterface::hashIdentifier()
AvatarBase::hashIdentifier in src/AvatarBase.php
Prepare an identifier for transmission to a third party.

File

src/AvatarBaseInterface.php, line 141

Class

AvatarBaseInterface
Interface for Avatar APIs.

Namespace

Drupal\avatars

Code

public static function hashIdentifier($identifier);