You are here

public property EncryptionMethod::$deprecated in Encrypt 8.3

Define if the encryption method is considered deprecated.

As time passes, some encryption methods become obsolete, and it is necessary that they no longer be used to create new encryption profiles. Encryption methods marked deprecated can only be used with existing profiles, and the user will be alerted to change to a better method.

Type: bool

File

src/Annotation/EncryptionMethod.php, line 71

Class

EncryptionMethod
Defines a EncryptionMethod annotation object.

Namespace

Drupal\encrypt\Annotation

Code

public $deprecated = FALSE;