Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e26c419

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

File tree

1 file changed

+0
-5
lines changed
Filter options

1 file changed

+0
-5
lines changed

‎workflow.rst

Copy file name to clipboardExpand all lines: workflow.rst
-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.