You are here

AvatarGeneratorPluginCollection.php in Avatar Kit 8

Namespace

Drupal\avatars

File

src/AvatarGeneratorPluginCollection.php
View source
<?php

namespace Drupal\avatars;

use Drupal\Core\Plugin\DefaultSingleLazyPluginCollection;

/**
 * Provides a container for lazily loading avatar generator plugins.
 */
class AvatarGeneratorPluginCollection extends DefaultSingleLazyPluginCollection {

}

Classes

Namesort descending Description
AvatarGeneratorPluginCollection Provides a container for lazily loading avatar generator plugins.