You are here

public function RocketChatStateinterface::delete in Rocket.Chat 8.2

Deletes an item.

Parameters

string $key: The item name to delete.

1 method overrides RocketChatStateinterface::delete()
Drupal8State::delete in modules/rocket_chat_api/src/RocketChat/Drupal8State.php
Deletes an item.

File

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

Class

RocketChatStateinterface

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function delete($key);