You are here

public function EncryptCommands::__construct in Encrypt 8.3

EncryptCommands constructor.

Parameters

\Drupal\encrypt\EncryptService $encrypt: The encrypt service object.

File

src/Commands/EncryptCommands.php, line 29

Class

EncryptCommands
Class EncryptCommands.

Namespace

Drupal\encrypt\Commands

Code

public function __construct(EncryptService $encrypt) {
  $this->encrypt = $encrypt;
}