8000 Merge branch '4.2' into 4.3 · symfony/symfony-docs@e26c419 · GitHub
[go: up one dir, main page]

Skip to content

Commit e26c419

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Remove duplicate code in example
2 parents 5a64d4f + 9b9e98f commit e26c419

File tree

1 file changed

+0
-5< 8000 /div>lines changed

1 file changed

+0
-5
lines changed

workflow.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,11 +613,6 @@ Then you can access this metadata in your controller as follows::
613613
->getWorkflowMetadata()['title'] ?? false
614614
;
615615

616-
// or
617-
$title = $workflow->getMetadataStore()
618-
->getWorkflowMetadata()['title'] ?? false
619-
;
620-
621616
// or
622617
$aTransition = $workflow->getDefinition()->getTransitions()[0];
623618
$transitionTitle = $workflow

0 commit comments

Comments
 (0)
0