You are here

public function Reverse::__construct in AES encryption 8.2

Constructor.

Overrides AESPluginBase::__construct

File

src/Plugin/AES/Reverse.php, line 30

Class

Reverse
Sample cryptor plugin. Does not really encrypt a string but just doing minor scrambling.

Namespace

Drupal\aes\Plugin\AES

Code

public function __construct() {
  parent::__construct([], 'aes-reverse', []);
}