public function EncryptionProfileInterface::getEncryptionKey in Encrypt 8.3
Gets the Key entity used in the encryption profile.
Return value
\Drupal\key\Entity\Key The used Key entity.
1 method overrides EncryptionProfileInterface::getEncryptionKey()
- EncryptionProfile::getEncryptionKey in src/
Entity/ EncryptionProfile.php - Gets the Key entity used in the encryption profile.
File
- src/
EncryptionProfileInterface.php, line 43
Class
- EncryptionProfileInterface
- Provides an interface for defining EncryptionProfile entities.
Namespace
Drupal\encryptCode
public function getEncryptionKey();