You are here

public function EncryptionMethodBase::defaultConfiguration in Encrypt 8.3

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to EncryptionMethodBase::defaultConfiguration()
EncryptionMethodBase::__construct in src/Plugin/EncryptionMethod/EncryptionMethodBase.php
Constructs a \Drupal\Component\Plugin\PluginBase object.

File

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

Class

EncryptionMethodBase
Provides a base class for EncryptionMethod plugins.

Namespace

Drupal\encrypt\Plugin\EncryptionMethod

Code

public function defaultConfiguration() {
  return [];
}