function hook_tmgmt_translator_plugin_info_alter in Translation Management Tool 8
Same name and namespace in other branches
- 7 tmgmt.api.php \hook_tmgmt_translator_plugin_info_alter()
Alter information about translator plugins.
Related topics
File
- ./
tmgmt.api.php, line 64 - Hooks provided by the Translation Management module.
Code
function hook_tmgmt_translator_plugin_info_alter(&$info) {
$info['test_source']['description'] = t('Updated description');
}