function lingotek_profile_default_workflow_form_callback in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lingotek.admin.inc \lingotek_profile_default_workflow_form_callback()
- 7.5 lingotek.admin.inc \lingotek_profile_default_workflow_form_callback()
- 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 1688
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'],
);
}