You are here

private property InMemoryConfig::$debug in Rocket.Chat 8

Same name and namespace in other branches
  1. 8.2 modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php \Drupal\rocket_chat_api\RocketChat\InMemoryConfig::debug

Debugging flag.

Are we Debugging?

Type: bool

File

modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php, line 65

Class

InMemoryConfig
Class InMemoryConfig keeps the config in memory.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

private $debug;