You are here

public property KeyProvider::$storage_method in Key 8

The storage method of the key provider.

This is an enumeration of {file, config, database, remote}.

Type: string

File

src/Annotation/KeyProvider.php, line 46

Class

KeyProvider
Defines a key provider annotation object.

Namespace

Drupal\key\Annotation

Code

public $storage_method;