You are here

public function JobItemInterface::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 and the item could be saved, FALSE otherwise.

1 method overrides JobItemInterface::acceptTranslation()
JobItem::acceptTranslation in src/Entity/JobItem.php
Propagates the returned job item translations to the sources.

File

src/JobItemInterface.php, line 463

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function acceptTranslation();