public function AvatarKitCommonService::createIdentifier in Avatar Kit 8.2
Overrides AvatarKitServiceBase::createIdentifier
File
- src/
Plugin/ Avatars/ Service/ AvatarKitCommonService.php, line 191
Class
- AvatarKitCommonService
- Automatically creates services based on plugins from Avatar Kit library.
Namespace
Drupal\avatars\Plugin\Avatars\ServiceCode
public function createIdentifier() : AvatarIdentifierInterface {
return $this
->getService()
->createIdentifier();
}