We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35a775 commit bca1601Copy full SHA for bca1601
workflow.rst
@@ -334,10 +334,14 @@ order:
334
* ``workflow.[workflow name].announce``
335
* ``workflow.[workflow name].announce.[transition name]``
336
337
- You can avoid those events by using the context::
+ You can avoid triggering those events by using the context::
338
339
$workflow->apply($subject, $transitionName, [Workflow::DISABLE_ANNOUNCE_EVENT => true]);
340
341
+ .. versionadded:: 5.1
342
+
343
+ The ``Workflow::DISABLE_ANNOUNCE_EVENT`` constant was introduced in Symfony 5.1.
344
345
.. note::
346
347
The leaving and entering events are triggered even for transitions that stay
0 commit comments