You are here

interface AvatarKitServicePluginManagerInterface in Avatar Kit 8.2

Avatar Kit service plugin manager interface.

Hierarchy

Expanded class hierarchy of AvatarKitServicePluginManagerInterface

All classes that implement AvatarKitServicePluginManagerInterface

2 files declare their use of AvatarKitServicePluginManagerInterface
AvatarKitService.php in src/Entity/AvatarKitService.php
AvatarKitServiceForm.php in src/Form/Entity/AvatarKitServiceForm.php

File

src/AvatarKitServicePluginManagerInterface.php, line 10

Namespace

Drupal\avatars
View source
interface AvatarKitServicePluginManagerInterface extends PluginManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 2
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 7
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 4