public function AvatarKitServiceBase::createIdentifier in Avatar Kit 8.2
2 methods override AvatarKitServiceBase::createIdentifier()
- AvatarKitCommonService::createIdentifier in src/
Plugin/ Avatars/ Service/ AvatarKitCommonService.php - AvatarKitEntityField::createIdentifier in src/
Plugin/ Avatars/ Service/ AvatarKitEntityField.php
File
- src/
Plugin/ Avatars/ Service/ AvatarKitServiceBase.php, line 67
Class
- AvatarKitServiceBase
- Abstract class for Avatar Kit service plugins.
Namespace
Drupal\avatars\Plugin\Avatars\ServiceCode
public function createIdentifier() : AvatarIdentifierInterface {
return new AvatarIdentifier();
}