You are here

public function AvatarKitServiceInterface::getPlugin in Avatar Kit 8.2

Returns the plugin instance.

Return value

\Drupal\avatars\Plugin\Avatars\Service\AvatarKitServiceInterface A Avatar Kit service instance.

1 method overrides AvatarKitServiceInterface::getPlugin()
AvatarKitService::getPlugin in src/Entity/AvatarKitService.php
Returns the plugin instance.

File

src/Entity/AvatarKitServiceInterface.php, line 47

Class

AvatarKitServiceInterface
Defines interface for avatar service entities.

Namespace

Drupal\avatars\Entity

Code

public function getPlugin() : ?AvatarKitServicePluginInterface;