Skip to content

Commit bf1901f

Browse files
committed
Ad redirections
1 parent b5e2eb0 commit bf1901f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_build/redirection_map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,3 +538,6 @@
538538
/components/security /security
539539
/components/var_dumper/advanced /components/var_dumper#advanced-usage
540540
/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

notifier.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ Chatters are configured using the ``chatter_transports`` setting:
311311
;
312312
};
313313
314+
.. _sending-chat-messages:
315+
314316
The :class:`Symfony\\Component\\Notifier\\ChatterInterface` class allows
315317
you to send messages to chat services::
316318

@@ -819,6 +821,8 @@ all configured texter and chatter transports only in the ``dev`` (and/or
819821
chatter_transports:
820822
slack: 'null://null'
821823
824+
.. _notifier-events:
825+
822826
.. index::
823827
single: Notifier; Events
824828

0 commit comments

Comments
 (0)