public function RocketChatConfigInterface::notify in Rocket.Chat 8.2
Same name and namespace in other branches
- 8 modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface::notify()
Notify the backend.
Parameters
string $message: Message to report back.
string $type: Type or Level of the Message.
Return value
mixed Result of notify on backend.
2 methods override RocketChatConfigInterface::notify()
- Drupal8Config::notify in modules/
rocket_chat_api/ src/ RocketChat/ Drupal8Config.php - Notify the backend.
- InMemoryConfig::notify in modules/
rocket_chat_api/ src/ RocketChat/ InMemoryConfig.php - Notify the backend.
File
- modules/
rocket_chat_api/ src/ RocketChat/ RocketChatConfigInterface.php, line 75
Class
- RocketChatConfigInterface
- Interface to make an Arbitrary storage backend for the config elements.
Namespace
Drupal\rocket_chat_api\RocketChatCode
public function notify($message, $type);