You are here

function lingotek_profile_default_workflow_form_callback in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.admin.inc \lingotek_profile_default_workflow_form_callback()
  2. 7.4 lingotek.admin.inc \lingotek_profile_default_workflow_form_callback()
  3. 7.6 lingotek.admin.inc \lingotek_profile_default_workflow_form_callback()
1 string reference to 'lingotek_profile_default_workflow_form_callback'
lingotek_admin_profile_form in ./lingotek.admin.inc
Content defaults Form

File

./lingotek.admin.inc, line 1734

Code

function lingotek_profile_default_workflow_form_callback($form, $form_state) {
  return array(
    $form['defaults']['workflow_id'],
    $form['defaults']['prefill_phases_checkbox'],
    $form['defaults']['prefill_phase_select'],
  );
}