You are here

public function PullIntent::getTranslationLanguages in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::getTranslationLanguages()
  2. 2.0.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::getTranslationLanguages()

Get all languages for field translations that are currently used.

File

src/PullIntent.php, line 528

Class

PullIntent

Namespace

Drupal\cms_content_sync

Code

public function getTranslationLanguages() {
  return $this->operation
    ->getUsedTranslationLanguages();
}