You are here

public property EncryptionMethod::$key_type in Encrypt 8.3

Define key type(s) this encryption method should be restricted to.

Return an array of KeyType plugin IDs that restrict the allowed key types for usage with this encryption method.

Type: array

File

src/Annotation/EncryptionMethod.php, line 48

Class

EncryptionMethod
Defines a EncryptionMethod annotation object.

Namespace

Drupal\encrypt\Annotation

Code

public $key_type = [];