public function EncryptionMethodInterface::canDecrypt in Encrypt 8.3
Define if encryption method can also decrypt.
Return value
bool TRUE if encryption method decrypt, FALSE otherwise.
1 method overrides EncryptionMethodInterface::canDecrypt()
- EncryptionMethodBase::canDecrypt in src/
Plugin/ EncryptionMethod/ EncryptionMethodBase.php - Define if encryption method can also decrypt.
File
- src/
EncryptionMethodInterface.php, line 76
Class
- EncryptionMethodInterface
- Provides an interface for EncryptionMethod plugins.
Namespace
Drupal\encryptCode
public function canDecrypt();