You are here

public function EncryptionProfileInterface::getEncryptionKeyId in Encrypt 8.3

Gets the ID of the Key entity.

Return value

string The ID of the selected Key entity.

1 method overrides EncryptionProfileInterface::getEncryptionKeyId()
EncryptionProfile::getEncryptionKeyId in src/Entity/EncryptionProfile.php
Gets the ID of the Key entity.

File

src/EncryptionProfileInterface.php, line 51

Class

EncryptionProfileInterface
Provides an interface for defining EncryptionProfile entities.

Namespace

Drupal\encrypt

Code

public function getEncryptionKeyId();