You are here

public function TMGMTTranslatorUIControllerInterface::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.

1 method overrides TMGMTTranslatorUIControllerInterface::checkoutInfo()
TMGMTDefaultTranslatorUIController::checkoutInfo in plugin/tmgmt.ui.translator.inc
Retrieves information about a translation job.

File

plugin/tmgmt.ui.interface.translator.inc, line 29

Class

TMGMTTranslatorUIControllerInterface
Interface for translator ui controllers.

Code

public function checkoutInfo(TMGMTJob $job);