public function JobInterface::acceptTranslation in Translation Management Tool 8
Propagates the returned job item translations to the sources.
Return value
bool TRUE if we were able to propagate the translated data, FALSE otherwise.
1 method overrides JobInterface::acceptTranslation()
- Job::acceptTranslation in src/
Entity/ Job.php - Propagates the returned job item translations to the sources.
File
- src/
JobInterface.php, line 677
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function acceptTranslation();