You are here

public function AvatarKitService::getPluginId in Avatar Kit 8.2

Get the ID of avatar service plugin.

Return value

string The ID of avatar service plugin

Overrides AvatarKitServiceInterface::getPluginId

1 call to AvatarKitService::getPluginId()
AvatarKitService::getPlugin in src/Entity/AvatarKitService.php
Returns the plugin instance.

File

src/Entity/AvatarKitService.php, line 113

Class

AvatarKitService
Defines storage for an avatar service instance.

Namespace

Drupal\avatars\Entity

Code

public function getPluginId() : string {
  return $this->plugin;
}