function tmgmt_test_tmgmt_file_text_processor_plugin_info

Implements hook_tmgmt_fle_text_processor_plugin_info().

File

tmgmt_test/tmgmt_test.module, line 38
Module file of the translation management test module.

Code

function tmgmt_test_tmgmt_file_text_processor_plugin_info() {
  return array(
    'test' => array(
      'label' => t('Test'),
      'plugin controller class' => 'TMGMTTestTextProcessor',
    ),
  );
}