You are here

function tmgmt_translator_plugin_labels in Translation Management Tool 7

Returns an array of all available translator plugins with the labels as values and the machine-readable name as the key.

Return value

array An array of the labels of all available plugins.

Related topics

1 call to tmgmt_translator_plugin_labels()
tmgmt_translator_form in ui/includes/tmgmt_ui.pages.inc
Entity API form for the translator entity.
1 string reference to 'tmgmt_translator_plugin_labels'
TMGMTTranslatorMetadataController::entityPropertyInfo in includes/tmgmt.info.inc

File

./tmgmt.module, line 1035
Main module file for the Translation Management module.

Code

function tmgmt_translator_plugin_labels() {
  return _tmgmt_plugin_labels('translator');
}