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 aadda22 + 082fd04 commit be8ff58Copy full SHA for be8ff58
workflow.rst
@@ -1042,7 +1042,7 @@ In a :ref:`flash message <flash-messages>` in your controller::
1042
1043
// $transition = ...; (an instance of Transition)
1044
1045
- // $workflow is a Workflow instance retrieved from the Registry or injected directly (see above)
+ // $workflow is an injected Workflow instance
1046
$title = $workflow->getMetadataStore()->getMetadata('title', $transition);
1047
$this->addFlash('info', "You have successfully applied the transition with title: '$title'");
1048
0 commit comments