Implements hook_install().
function field_test_install() { // hook_entity_info_alter() needs to be executed as last. module_set_weight('field_test', 1); }