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 4064837 + 0b30145 commit 29ab645Copy full SHA for 29ab645
workflow.rst
@@ -388,7 +388,7 @@ order:
388
$context = ['context_key' => 'context_value'];
389
$workflow->apply($subject, $transitionName, $context);
390
391
- // in an event listener
+ // in an event listener (workflow.guard events)
392
$context = $event->getContext(); // returns ['context']
393
394
.. note::
0 commit comments