You are here

public function NodejsSubscriber::__construct in Node.js integration 8

File

src/EventSubscriber/NodejsSubscriber.php, line 16

Class

NodejsSubscriber

Namespace

Drupal\nodejs\EventSubscriber

Code

public function __construct(Nodejs $nodejs) {
  $this->nodejs = $nodejs;
}