You are here

public function RequestSubscriber::__construct in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 src/EventSubscriber/RequestSubscriber.php \Drupal\tmgmt_smartling\EventSubscriber\RequestSubscriber::__construct()
  2. 8.2 src/EventSubscriber/RequestSubscriber.php \Drupal\tmgmt_smartling\EventSubscriber\RequestSubscriber::__construct()

File

src/EventSubscriber/RequestSubscriber.php, line 37

Class

RequestSubscriber
Class RequestSubscriber.

Namespace

Drupal\tmgmt_smartling\EventSubscriber

Code

public function __construct(QueueFactory $queue, AccountInterface $user) {
  $this->queueFactory = $queue;
  $this->user = $user;
}