Retrieves information about a translation job.
Services based translators with remote states should place a Poll button here to sync the job state.
\Drupal\tmgmt\JobInterface $job: The translation job.
Overrides TranslatorPluginUiInterface::checkoutInfo
public function checkoutInfo(JobInterface $job) {
return array();
}