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\AvatarGeneratorCode
public function getConfiguration() {
return $this->configuration;
}