public function InMemoryConfig::isDebug in Rocket.Chat 8
Same name and namespace in other branches
- 8.2 modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php \Drupal\rocket_chat_api\RocketChat\InMemoryConfig::isDebug()
Is this a Debug / verbose Run.
Return value
bool Are we in debug mode?
Overrides RocketChatConfigInterface::isDebug
File
- modules/
rocket_chat_api/ src/ RocketChat/ InMemoryConfig.php, line 138
Class
- InMemoryConfig
- Class InMemoryConfig keeps the config in memory.
Namespace
Drupal\rocket_chat_api\RocketChatCode
public function isDebug() {
return $this->debug;
}