public property KeyProvider::$key_value in Key 8
The settings for inputting a key value.
This is used to indicate to the key input plugin if this provider accepts a key value and if it requires one.
Type: array
File
- src/
Annotation/ KeyProvider.php, line 56
Class
- KeyProvider
- Defines a key provider annotation object.
Namespace
Drupal\key\AnnotationCode
public $key_value = [
'accepted' => FALSE,
'required' => FALSE,
];