You are here

protected function AvatarKitService::getAvatarServiceServicePluginManager in Avatar Kit 8.2

Get the Avatar Kit service plugin manager.

Return value

\Drupal\avatars\AvatarKitServicePluginManagerInterface The Avatar Kit service plugin manager.

1 call to AvatarKitService::getAvatarServiceServicePluginManager()
AvatarKitService::getPluginCollection in src/Entity/AvatarKitService.php
Encapsulates a lazy plugin collection.

File

src/Entity/AvatarKitService.php, line 140

Class

AvatarKitService
Defines storage for an avatar service instance.

Namespace

Drupal\avatars\Entity

Code

protected function getAvatarServiceServicePluginManager() : AvatarKitServicePluginManagerInterface {
  return \Drupal::service('plugin.manager.avatars_services');
}