You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15126 [Workflow] Update workflow.rst (noniagriconomie)
This PR was merged into the 4.4 branch.
Discussion
----------
[Workflow] Update workflow.rst
Fixes#14637
I do not know if I should also write in the code exemple, feel free to comment related to ⬇️
```php
// this injects the blog_publishing "workflow" configured before
// if blog_publishing is of type "state_machine", consider
// injecting WorkflowInterface $blogPublishingStateMachine
public function __construct(WorkflowInterface $blogPublishingWorkflow)
{
$this->blogPublishingWorkflow = $blogPublishingWorkflow;
}
```
Commits
-------
07dea78 Update workflow.rst
0 commit comments