7 string references to tmgmt.data in Translation Management Tool 8
- hook_tmgmt_job_after_request_translation in ./
tmgmt.api.php - Allows to alter job checkout workflow after the default behavior.
- hook_tmgmt_job_before_request_translation in ./
tmgmt.api.php - Allows to alter job checkout workflow before the default behavior.
- JobItem::addTranslatedDataRecursive in src/
Entity/ JobItem.php - Recursively writes translated data to the data array of a job item.
- JobItem::recalculateStatistics in src/
Entity/ JobItem.php - Recalculate statistical word-data: pending, translated, reviewed, accepted.
- JobItemForm::save in src/
Form/ JobItemForm.php - Overrides Drupal\Core\Entity\EntityForm::save().
- LocalTaskItem::recalculateStatistics in translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php - Recalculates statistical word-data: pending, completed, rejected, closed.
- TestTranslator::requestJobItemsTranslation in tmgmt_test/
src/ Plugin/ tmgmt/ Translator/ TestTranslator.php - Requests the translation of a JobItem.