function tmgmt_file_format_plugin_labels in Translation Management Tool 7
Returns an array of file format plugin labels.
2 calls to tmgmt_file_format_plugin_labels()
- TMGMTFileTranslatorUIController::checkoutSettingsForm in translators/file/ tmgmt_file.ui.inc 
- Form callback for the checkout settings form.
- TMGMTFileTranslatorUIController::pluginSettingsForm in translators/file/ tmgmt_file.ui.inc 
- Form callback for the plugin settings form.
File
- translators/file/ tmgmt_file.module, line 97 
- Module file of the translation management test module.
Code
function tmgmt_file_format_plugin_labels() {
  return _tmgmt_plugin_labels('file_format');
}