You are here

public function EncryptionProfileInterface::getEncryptionMethod in Encrypt 8.3

Gets the encryption method configuration plugin.

Return value

\Drupal\encrypt\EncryptionMethodInterface The used EncryptionMethod plugin.

1 method overrides EncryptionProfileInterface::getEncryptionMethod()
EncryptionProfile::getEncryptionMethod in src/Entity/EncryptionProfile.php
Gets the encryption method configuration plugin.

File

src/EncryptionProfileInterface.php, line 19

Class

EncryptionProfileInterface
Provides an interface for defining EncryptionProfile entities.

Namespace

Drupal\encrypt

Code

public function getEncryptionMethod();