You are here

function field_encrypt_test_install in Field Encryption 3.0.x

Implements hook_install().

File

tests/modules/field_encrypt_test/field_encrypt_test.install, line 11
Field Encrypt Test module install/schema/update hooks.

Code

function field_encrypt_test_install($is_syncing) {
  module_set_weight('field_encrypt_test', -1000);
}