You are here

public function AvatarGeneratorInterface::getPlugin in Avatar Kit 8

Returns the plugin instance.

Return value

\Drupal\avatars\Plugin\AvatarGenerator\AvatarGeneratorPluginInterface The plugin instance for this avatar generator.

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

File

src/AvatarGeneratorInterface.php, line 18

Class

AvatarGeneratorInterface
Interface for avatar generator configuration.

Namespace

Drupal\avatars

Code

public function getPlugin();