You are here

public function MCrypt::getLabel 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::getLabel()

Get the crypt method label.

Return value

string The label.

Overrides BaseMethodInterface::getLabel

File

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

Class

MCrypt
Provides MCrypt encryption functionality.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getLabel() : string {
  return 'MCrypt';
}