You are here

public function RocketChatStateinterface::getMultiple in Rocket.Chat 8.2

Returns the stored key/value pairs for a given set of keys.

Parameters

array $keys: A list of keys to retrieve.

Return value

array An associative array of items successfully returned, indexed by key.

1 method overrides RocketChatStateinterface::getMultiple()
Drupal8State::getMultiple in modules/rocket_chat_api/src/RocketChat/Drupal8State.php
Returns the stored key/value pairs for a given set of keys.

File

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

Class

RocketChatStateinterface

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function getMultiple(array $keys);