You are here

function globallink_entity_dashboard_filter_target in GlobalLink Connect for Drupal 7.5

Same name and namespace in other branches
  1. 7.7 globallink_entity/globallink_entity_send.inc \globallink_entity_dashboard_filter_target()
  2. 7.6 globallink_entity/globallink_entity_send.inc \globallink_entity_dashboard_filter_target()

Gets the target language as a filter item.

Return value

string The target language.

1 string reference to 'globallink_entity_dashboard_filter_target'
globallink_entity_dashboard_filter_form in globallink_entity/globallink_entity_send.inc
Builds form to filter entities to send for translation on dashboard.

File

globallink_entity/globallink_entity_send.inc, line 335

Code

function globallink_entity_dashboard_filter_target($form, &$form_state) {
  return $form['filters']['status']['filters']['target_language'];
}