You are here

interface AvatarKitServiceInterface in Avatar Kit 8.2

Same name in this branch
  1. 8.2 src/Entity/AvatarKitServiceInterface.php \Drupal\avatars\Entity\AvatarKitServiceInterface
  2. 8.2 src/Plugin/Avatars/Service/AvatarKitServiceInterface.php \Drupal\avatars\Plugin\Avatars\Service\AvatarKitServiceInterface

Interface for a Avatar Kit service plugins.

Hierarchy

Expanded class hierarchy of AvatarKitServiceInterface

All classes that implement AvatarKitServiceInterface

4 files declare their use of AvatarKitServiceInterface
AvatarKitEntityHandler.php in src/AvatarKitEntityHandler.php
AvatarKitService.php in src/Entity/AvatarKitService.php
AvatarKitServiceInterface.php in src/Entity/AvatarKitServiceInterface.php
AvatarKitServicePluginManager.php in src/AvatarKitServicePluginManager.php

File

src/Plugin/Avatars/Service/AvatarKitServiceInterface.php, line 14

Namespace

Drupal\avatars\Plugin\Avatars\Service
View source
interface AvatarKitServiceInterface extends AvatarServiceInterface, PluginInspectionInterface, DerivativeInspectionInterface, PluginFormInterface, ConfigurablePluginInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigurablePluginInterface::defaultConfiguration public function Gets default configuration for this plugin. 1
ConfigurablePluginInterface::getConfiguration public function Gets this plugin's configuration. 1
ConfigurablePluginInterface::setConfiguration public function Sets the configuration for this plugin instance. 1
DependentPluginInterface::calculateDependencies public function Calculates dependencies for the configured plugin. 19
DerivativeInspectionInterface::getBaseId public function Gets the base_plugin_id of the plugin instance. 1
DerivativeInspectionInterface::getDerivativeId public function Gets the derivative_id of the plugin instance. 1
PluginFormInterface::buildConfigurationForm public function Form constructor. 36
PluginFormInterface::submitConfigurationForm public function Form submission handler. 32
PluginFormInterface::validateConfigurationForm public function Form validation handler. 18
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2