You are here

public function AvatarGeneratorBase::getConfiguration in Avatar Kit 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/AvatarGenerator/AvatarGeneratorBase.php, line 32

Class

AvatarGeneratorBase
AvatarGenerator plugin base class.

Namespace

Drupal\avatars\Plugin\AvatarGenerator

Code

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