You are here

public property KeyType::$group in Key 8

The group to which this key type belongs.

This is the general category of this type of key. Examples include "authentication" and "encryption". The default group is "none".

Type: string

File

src/Annotation/KeyType.php, line 47

Class

KeyType
Defines a key type annotation object.

Namespace

Drupal\key\Annotation

Code

public $group = 'none';