You are here

public function WebformTranslationLingotekManager::__construct in Webform 6.x

Constructs a WebformTranslationLingotekManager object.

Parameters

\Drupal\webform\WebformTranslationManagerInterface $translation_manager: The webform translation manager.

File

src/WebformTranslationLingotekManager.php, line 26

Class

WebformTranslationLingotekManager
Defines a class to translate webform Lingotek integration.

Namespace

Drupal\webform

Code

public function __construct(WebformTranslationManagerInterface $translation_manager) {
  $this->translationManager = $translation_manager;
}