function tmgmt_test_tmgmt_data_item_text_input_alter

Implements hook_tmgmt_data_item_text_input_alter().

File

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

Code

function tmgmt_test_tmgmt_data_item_text_input_alter(&$translation_text, array $context) {
  $translation_text = str_replace('Second', 'First', $translation_text);
}