public function Test7Config::isDebug in Rocket.Chat 8
Same name and namespace in other branches
- 8.2 modules/rocket_chat_api/src/RocketChat/TestConfig.class.inc \Drupal\rocket_chat_api\RocketChat\Test7Config::isDebug()
Is this a Debug / verbose Run.
Return value
bool Are we in debug mode?
Overrides Drupal8Config::isDebug
File
- modules/
rocket_chat_api/ src/ RocketChat/ TestConfig.class.inc, line 83
Class
- Test7Config
- Class Test7Config For Testing.
Namespace
Drupal\rocket_chat_api\RocketChatCode
public function isDebug() {
return FALSE;
}