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 d476a49 + be8ff58 commit 1e13930Copy full SHA for 1e13930
workflow.rst
@@ -1083,7 +1083,7 @@ In a :ref:`flash message <flash-messages>` in your controller::
1083
1084
// $transition = ...; (an instance of Transition)
1085
1086
- // $workflow is a Workflow instance retrieved from the Registry or injected directly (see above)
+ // $workflow is an injected Workflow instance
1087
$title = $workflow->getMetadataStore()->getMetadata('title', $transition);
1088
$this->addFlash('info', "You have successfully applied the transition with title: '$title'");
1089
0 commit comments