public function RequestSubscriber::__construct in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 src/EventSubscriber/RequestSubscriber.php \Drupal\tmgmt_smartling\EventSubscriber\RequestSubscriber::__construct()
- 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\EventSubscriberCode
public function __construct(QueueFactory $queue, AccountInterface $user) {
$this->queueFactory = $queue;
$this->user = $user;
}