You are here

function field_encrypt_uninstall in Field Encryption 3.0.x

Implements hook_uninstall().

File

./field_encrypt.install, line 22
Field Encrypt module install/schema/update hooks.

Code

function field_encrypt_uninstall($is_syncing) {
  \Drupal::state()
    ->delete('field_encrypt.entity_types');
}