You are here

public function OpenSSL::getLabel in DRD Agent 8.3

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

Get the crypt method label.

Return value

string The label.

Overrides BaseMethodInterface::getLabel

File

src/Crypt/Method/OpenSSL.php, line 39

Class

OpenSSL
Provides OpenSSL encryption functionality.

Namespace

Drupal\drd_agent\Crypt\Method

Code

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