function field_encrypt_install in Field Encryption 3.0.x
Implements hook_install().
File
- ./
field_encrypt.install, line 13 - Field Encrypt module install/schema/update hooks.
Code
function field_encrypt_install($is_syncing) {
// This might be set by previous versions of the module so ensure it is a
// clean value.
\Drupal::state()
->set('field_encrypt.entity_types', []);
}