You are here

function lingotek_field_attach_create_bundle in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.module \lingotek_field_attach_create_bundle()
  2. 7.6 lingotek.module \lingotek_field_attach_create_bundle()

File

./lingotek.module, line 2383

Code

function lingotek_field_attach_create_bundle($entity_type, $bundle) {
  $profiles = variable_get('lingotek_entity_profiles');
  $profiles[$entity_type][$bundle] = LingotekSync::PROFILE_DISABLED;
  variable_set('lingotek_entity_profiles', $profiles);
}