public property KeyType::$key_value in Key 8
The settings to use when a key value can be submitted.
This is used to indicate which key input plugin should be used to receive the key value (if the provider accepts a key value). The default key input plugin is text_field.
Type: array
File
- src/
Annotation/ KeyType.php, line 58
Class
- KeyType
- Defines a key type annotation object.
Namespace
Drupal\key\AnnotationCode
public $key_value = [
'plugin' => 'text_field',
];