You are here

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

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

Get the crypt method label.

Return value

string The label.

Overrides BaseMethodInterface::getLabel

File

src/Crypt/Method/TLS.php, line 18

Class

TLS
Provides security over TLS without additional encryption.

Namespace

Drupal\drd_agent\Crypt\Method

Code

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