You are here

public function Drupal8State::__construct in Rocket.Chat 8.2

File

modules/rocket_chat_api/src/RocketChat/Drupal8State.php, line 22

Class

Drupal8State
Class Drupal8State

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}