You are here

field_encrypt_test.install in Field Encryption 3.0.x

Field Encrypt Test module install/schema/update hooks.

File

tests/modules/field_encrypt_test/field_encrypt_test.install
View source
<?php

/**
 * @file
 * Field Encrypt Test module install/schema/update hooks.
 */

/**
 * Implements hook_install().
 */
function field_encrypt_test_install($is_syncing) {
  module_set_weight('field_encrypt_test', -1000);
}

Functions

Namesort descending Description
field_encrypt_test_install Implements hook_install().