You are here

public function EncryptionMethodBase::getConfiguration in Encrypt 8.3

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/EncryptionMethod/EncryptionMethodBase.php, line 54

Class

EncryptionMethodBase
Provides a base class for EncryptionMethod plugins.

Namespace

Drupal\encrypt\Plugin\EncryptionMethod

Code

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