You are here

public function TranslationJobToUrl::__construct in TMGMT Translator Smartling 8

Same name and namespace in other branches
  1. 8.4 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()
  2. 8.2 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()
  3. 8.3 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()

File

src/Context/TranslationJobToUrl.php, line 10

Class

TranslationJobToUrl

Namespace

Drupal\tmgmt_smartling\Context

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}