You are here

AvatarKitServicePluginManagerInterface.php in Avatar Kit 8.2

Namespace

Drupal\avatars

File

src/AvatarKitServicePluginManagerInterface.php
View source
<?php

namespace Drupal\avatars;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Avatar Kit service plugin manager interface.
 */
interface AvatarKitServicePluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
AvatarKitServicePluginManagerInterface Avatar Kit service plugin manager interface.