function globallink_form_entity_translation_translatable_form_alter in GlobalLink Connect for Drupal 7.7
Same name and namespace in other branches
- 7.5 globallink.module \globallink_form_entity_translation_translatable_form_alter()
- 7.6 globallink.module \globallink_form_entity_translation_translatable_form_alter()
Function to synch up the content type field config changes with the globallink field config changes.
File
- ./
globallink.module, line 1657 - GlobalLink translation module.
Code
function globallink_form_entity_translation_translatable_form_alter(&$form, $form_state) {
$form['#submit'][] = 'globallink_form_entity_translation_translatable_form_submit';
}