public function LockrEncryptionKeyType::validateConfigurationForm in Lockr 4.x
Same name and namespace in other branches
- 8.4 src/Plugin/KeyType/LockrEncryptionKeyType.php \Drupal\lockr\Plugin\KeyType\LockrEncryptionKeyType::validateConfigurationForm()
- 8.2 src/Plugin/KeyType/LockrEncryptionKeyType.php \Drupal\lockr\Plugin\KeyType\LockrEncryptionKeyType::validateConfigurationForm()
- 8.3 src/Plugin/KeyType/LockrEncryptionKeyType.php \Drupal\lockr\Plugin\KeyType\LockrEncryptionKeyType::validateConfigurationForm()
File
- src/
Plugin/ KeyType/ LockrEncryptionKeyType.php, line 112
Class
- LockrEncryptionKeyType
- Defines a key type for encryption that generates keys with Lockr.
Namespace
Drupal\lockr\Plugin\KeyTypeCode
public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
// Default validation is fine.
}