public function JobItemInterface::acceptTranslation

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 471

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function acceptTranslation();