You are here

public function RocketChatConfigInterface::isReady in Rocket.Chat 8.2

Check if we got everythingto connect to a Client.

Return value

bool

2 methods override RocketChatConfigInterface::isReady()
Drupal8Config::isReady in modules/rocket_chat_api/src/RocketChat/Drupal8Config.php
Check if we got everything to connect to a Client.
InMemoryConfig::isReady in modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php
Check if we got everything to connect to a Client.

File

modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php, line 23

Class

RocketChatConfigInterface
Interface to make an Arbitrary storage backend for the config elements.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function isReady();