You are here

public function LockFieldsManager::__construct in TMGMT Translator Smartling 8.4

LockFieldsManager constructor.

Parameters

StateInterface $state:

EntityTypeManagerInterface $entity_type_manager:

EntityRepositoryInterface $entity_repository:

File

src/Smartling/LockFields/LockFieldsManager.php, line 30

Class

LockFieldsManager
Class LockFieldsManager

Namespace

Drupal\tmgmt_smartling\Smartling\LockFields

Code

public function __construct(StateInterface $state, EntityTypeManagerInterface $entity_type_manager, EntityRepositoryInterface $entity_repository) {
  $this->state = $state;
  $this->entityTypeManager = $entity_type_manager;
  $this->entityRepository = $entity_repository;
}