We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 659bffa + 2b08260 commit 0b30145Copy full SHA for 0b30145
workflow.rst
@@ -388,7 +388,8 @@ order:
388
389
.. versionadded:: 5.2
390
391
- In Symfony 5.2, the context is accessible in all events::
+ In Symfony 5.2, the context is customizable for all events except for
392
+ ``workflow.guard`` events, which will not receive the custom ``$context``::
393
394
// $context must be an array
395
$context = ['context_key' => 'context_value'];
0 commit comments