You are here

public function RocketChatStateinterface::setMultiple in Rocket.Chat 8.2

Saves key/value pairs.

Parameters

array $data: An associative array of key/value pairs.

1 method overrides RocketChatStateinterface::setMultiple()
Drupal8State::setMultiple in modules/rocket_chat_api/src/RocketChat/Drupal8State.php
Saves key/value pairs.

File

modules/rocket_chat_api/src/RocketChat/RocketChatStateinterface.php, line 49

Class

RocketChatStateinterface

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function setMultiple(array $data);