public function TranslationJobToUrl::__construct in TMGMT Translator Smartling 8
Same name and namespace in other branches
- 8.4 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()
- 8.2 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()
- 8.3 src/Context/TranslationJobToUrl.php \Drupal\tmgmt_smartling\Context\TranslationJobToUrl::__construct()
File
- src/
Context/ TranslationJobToUrl.php, line 10
Class
Namespace
Drupal\tmgmt_smartling\ContextCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}