You are here

public function BaseMethodInterface::getLabel in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Crypt/BaseMethodInterface.php \Drupal\drd_agent\Crypt\BaseMethodInterface::getLabel()

Get the crypt method label.

Return value

string The label.

3 methods override BaseMethodInterface::getLabel()
MCrypt::getLabel in src/Crypt/Method/MCrypt.php
Get the crypt method label.
OpenSSL::getLabel in src/Crypt/Method/OpenSSL.php
Get the crypt method label.
TLS::getLabel in src/Crypt/Method/TLS.php
Get the crypt method label.

File

src/Crypt/BaseMethodInterface.php, line 18

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function getLabel() : string;