You are here

public function AvatarKitServiceBase::getConfiguration in Avatar Kit 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

File

src/Plugin/Avatars/Service/AvatarKitServiceBase.php, line 26

Class

AvatarKitServiceBase
Abstract class for Avatar Kit service plugins.

Namespace

Drupal\avatars\Plugin\Avatars\Service

Code

public function getConfiguration() : array {
  return $this->configuration;
}