You are here

public function EncryptionProfileInterface::getEncryptionMethodId in Encrypt 8.3

Gets the plugin ID of the encryption method.

Return value

string The plugin ID of the selected EncryptionMethod plugin.

1 method overrides EncryptionProfileInterface::getEncryptionMethodId()
EncryptionProfile::getEncryptionMethodId in src/Entity/EncryptionProfile.php
Gets the plugin ID of the encryption method.

File

src/EncryptionProfileInterface.php, line 27

Class

EncryptionProfileInterface
Provides an interface for defining EncryptionProfile entities.

Namespace

Drupal\encrypt

Code

public function getEncryptionMethodId();