function tmgmt_source_plugin_labels in Translation Management Tool 7
Returns an array of all available source 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 string reference to 'tmgmt_source_plugin_labels'
File
- ./
tmgmt.module, line 1190 - Main module file for the Translation Management module.
Code
function tmgmt_source_plugin_labels() {
return _tmgmt_plugin_labels('source');
}