You are here

public function TMGMTDefaultTranslatorUIController::checkoutInfo in Translation Management Tool 7

Retrieves information about a translation job.

Services based translators with remote states should place a Poll button here to sync the job state.

Parameters

TMGMTJob $job: The translation job.

Overrides TMGMTTranslatorUIControllerInterface::checkoutInfo

1 call to TMGMTDefaultTranslatorUIController::checkoutInfo()
TMGMTFileTranslatorUIController::checkoutInfo in translators/file/tmgmt_file.ui.inc
Retrieves information about a translation job.
2 methods override TMGMTDefaultTranslatorUIController::checkoutInfo()
TMGMTFileTranslatorUIController::checkoutInfo in translators/file/tmgmt_file.ui.inc
Retrieves information about a translation job.
TMGMTLocalTranslatorUIController::checkoutInfo in translators/tmgmt_local/includes/tmgmt_local.plugin.ui.inc
Retrieves information about a translation job.

File

plugin/tmgmt.ui.translator.inc, line 75

Class

TMGMTDefaultTranslatorUIController
Default ui controller class for translator plugins.

Code

public function checkoutInfo(TMGMTJob $job) {
  return array();
}