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
Copy file name to clipboardExpand all lines: core/dto.md
+74Lines changed: 74 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,3 +119,77 @@ final class BookRepresentationProvider implements ProviderInterface
119
119
}
120
120
}
121
121
```
122
+
123
+
## Implementing a Write Operation With an Output Different From the Resource
124
+
125
+
For returning another representation of your data in a [State Processor](./state-processors.md), you should specify your processor class in the `processor` attribute and same for your `output`.
0 commit comments