File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 538
538
/components/security /security
539
539
/components/var_dumper/advanced /components/var_dumper#advanced-usage
540
540
/components/yaml/yaml_format /components/yaml#yaml-format
541
+ /notifier/chatters /notifier#sending-chat-messages
542
+ /notifier/texters /notifier#sending-sms
543
+ /notifier/events /notifier#notifier-events
Original file line number Diff line number Diff line change @@ -311,6 +311,8 @@ Chatters are configured using the ``chatter_transports`` setting:
311
311
;
312
312
};
313
313
314
+ .. _sending-chat-messages :
315
+
314
316
The :class: `Symfony\\ Component\\ Notifier\\ ChatterInterface ` class allows
315
317
you to send messages to chat services::
316
318
@@ -819,6 +821,8 @@ all configured texter and chatter transports only in the ``dev`` (and/or
819
821
chatter_transports :
820
822
slack : ' null://null'
821
823
824
+ .. _notifier-events :
825
+
822
826
.. index ::
823
827
single: Notifier; Events
824
828
You can’t perform that action at this time.
0 commit comments