private property InMemoryConfig::$superConfig 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::superConfig
A Config type that holds stored values.
Hold a reference to a Interface that actually does store data.
Type: RocketChatConfigInterface
File
- modules/
rocket_chat_api/ src/ RocketChat/ InMemoryConfig.php, line 73
Class
- InMemoryConfig
- Class InMemoryConfig keeps the config in memory.
Namespace
Drupal\rocket_chat_api\RocketChatCode
private $superConfig;