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