You are here

function lingotek_form_cleanup_utility_submit in Lingotek Translation 7.2

Submit handler for the lingotek_form_field_language_utility form. Calls the function that creates a batch job to do the field migration.

Parameters

array $form: The FAPI form array.

array $form_state: The FAPI form state array.

File

./lingotek.admin.inc, line 494

Code

function lingotek_form_cleanup_utility_submit($form, $form_state) {
  lingotek_cleanup_utility();
}