You are here

public function AvatarKitServiceInterface::getPluginId in Avatar Kit 8.2

Get the ID of avatar service plugin.

Return value

string The ID of avatar service plugin

1 method overrides AvatarKitServiceInterface::getPluginId()
AvatarKitService::getPluginId in src/Entity/AvatarKitService.php
Get the ID of avatar service plugin.

File

src/Entity/AvatarKitServiceInterface.php, line 39

Class

AvatarKitServiceInterface
Defines interface for avatar service entities.

Namespace

Drupal\avatars\Entity

Code

public function getPluginId() : string;