interface AvatarKitServiceInterface in Avatar Kit 8.2
Same name in this branch
- 8.2 src/Entity/AvatarKitServiceInterface.php \Drupal\avatars\Entity\AvatarKitServiceInterface
- 8.2 src/Plugin/Avatars/Service/AvatarKitServiceInterface.php \Drupal\avatars\Plugin\Avatars\Service\AvatarKitServiceInterface
Interface for a Avatar Kit service plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Component\Plugin\DerivativeInspectionInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\Component\Plugin\ConfigurablePluginInterface
- interface \Drupal\avatars\Plugin\Avatars\Service\AvatarKitServiceInterface extends \dpi\ak\AvatarKit\AvatarServices\AvatarServiceInterface
Expanded class hierarchy of AvatarKitServiceInterface
All classes that implement AvatarKitServiceInterface
4 files declare their use of AvatarKitServiceInterface
File
- src/
Plugin/ Avatars/ Service/ AvatarKitServiceInterface.php, line 14
Namespace
Drupal\avatars\Plugin\Avatars\ServiceView source
interface AvatarKitServiceInterface extends AvatarServiceInterface, PluginInspectionInterface, DerivativeInspectionInterface, PluginFormInterface, ConfigurablePluginInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurablePluginInterface:: |
public | function | Gets default configuration for this plugin. | 1 |
ConfigurablePluginInterface:: |
public | function | Gets this plugin's configuration. | 1 |
ConfigurablePluginInterface:: |
public | function | Sets the configuration for this plugin instance. | 1 |
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 19 |
DerivativeInspectionInterface:: |
public | function | Gets the base_plugin_id of the plugin instance. | 1 |
DerivativeInspectionInterface:: |
public | function | Gets the derivative_id of the plugin instance. | 1 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |