interface ContinuousTranslatorInterface in Translation Management Tool 8
Interface for continuous translators.
Hierarchy
- interface \Drupal\tmgmt\ContinuousTranslatorInterface
Expanded class hierarchy of ContinuousTranslatorInterface
All classes that implement ContinuousTranslatorInterface
Related topics
7 files declare their use of ContinuousTranslatorInterface
- ContentEntitySourceUnitTest.php in sources/
content/ tests/ src/ Kernel/ ContentEntitySourceUnitTest.php - ContinuousJobForm.php in src/
Form/ ContinuousJobForm.php - CrudTest.php in tests/
src/ Kernel/ CrudTest.php - JobState.php in src/
Plugin/ views/ filter/ JobState.php - LocalTranslator.php in translators/
tmgmt_local/ src/ Plugin/ tmgmt/ Translator/ LocalTranslator.php
File
- src/
ContinuousTranslatorInterface.php, line 10
Namespace
Drupal\tmgmtView source
interface ContinuousTranslatorInterface {
/**
* Requests the translation of a JobItem.
*
* @param JobItemInterface[] $job_items
* The JobItem we want to translate.
*/
public function requestJobItemsTranslation(array $job_items);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContinuousTranslatorInterface:: |
public | function | Requests the translation of a JobItem. | 2 |