public function RocketChatConfigInterface::isDebug in Rocket.Chat 8
Same name and namespace in other branches
- 8.2 modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface::isDebug()
Is this a Debug / verbose Run.
Return value
bool Are we in debug mode?
2 methods override RocketChatConfigInterface::isDebug()
- Drupal8Config::isDebug in modules/
rocket_chat_api/ src/ RocketChat/ Drupal8Config.php - Is this a Debug / verbose Run.
- InMemoryConfig::isDebug in modules/
rocket_chat_api/ src/ RocketChat/ InMemoryConfig.php - Is this a Debug / verbose Run.
File
- modules/
rocket_chat_api/ src/ RocketChat/ RocketChatConfigInterface.php, line 49
Class
- RocketChatConfigInterface
- Interface to make an Arbitrary storage backend for the config elements.
Namespace
Drupal\rocket_chat_api\RocketChatCode
public function isDebug();