interface AvatarGeneratorPluginManagerInterface in Avatar Kit 8
Provides an interface for the avatar generator plugin manager.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\avatars\AvatarGeneratorPluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
Expanded class hierarchy of AvatarGeneratorPluginManagerInterface
All classes that implement AvatarGeneratorPluginManagerInterface
2 files declare their use of AvatarGeneratorPluginManagerInterface
- AvatarGeneratorForm.php in src/
Form/ AvatarGeneratorForm.php - Settings.php in src/
Form/ Settings.php
File
- src/
AvatarGeneratorPluginManagerInterface.php, line 10
Namespace
Drupal\avatarsView source
interface AvatarGeneratorPluginManagerInterface extends PluginManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |