You are here

public function EncryptionMethodInterface::getLabel in Encrypt 8.3

Get the label.

Return value

string The label for this EncryptionMethod plugin.

1 method overrides EncryptionMethodInterface::getLabel()
EncryptionMethodBase::getLabel in src/Plugin/EncryptionMethod/EncryptionMethodBase.php
Get the label.

File

src/EncryptionMethodInterface.php, line 68

Class

EncryptionMethodInterface
Provides an interface for EncryptionMethod plugins.

Namespace

Drupal\encrypt

Code

public function getLabel();