You are here

public function Nodejs::enqueueContentToken in Node.js integration 8

File

src/Nodejs.php, line 60

Class

Nodejs

Namespace

Drupal\nodejs

Code

public function enqueueContentToken($channel, $token) {
  $this->contentTokens[$channel] = $token;
}