You are here

function globallink_form_entity_translation_translatable_form_alter in GlobalLink Connect for Drupal 7.6

Same name and namespace in other branches
  1. 7.7 globallink.module \globallink_form_entity_translation_translatable_form_alter()
  2. 7.5 globallink.module \globallink_form_entity_translation_translatable_form_alter()

File

./globallink.module, line 1581
GlobalLink translation module.

Code

function globallink_form_entity_translation_translatable_form_alter(&$form, $form_state) {
  $form['#submit'][] = 'globallink_form_entity_translation_translatable_form_submit';
}