You are here

public function MCrypt::getCipher in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Crypt/Method/MCrypt.php \Drupal\drd_agent\Crypt\Method\MCrypt::getCipher()

Get the selected cipher.

Return value

string|bool The cipher.

Overrides BaseMethodInterface::getCipher

File

src/Crypt/Method/MCrypt.php, line 44

Class

MCrypt
Provides MCrypt encryption functionality.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getCipher() : string {
  return $this->cipher;
}