Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit065bf48
committed
feature#22011 [FrameworkBundle][Serializer] Add option to register a circular_reference_handler (lyrixx)
This PR was merged into the 3.3-dev branch.Discussion----------[FrameworkBundle][Serializer] Add option to register a circular_reference_handler| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | ----Right now, it's quite hard (especially for new comers) to register a CircularReferenceHandler:---This PR introduce an option to wire a service to the internal Object Normalizer.Commits-------0a638f5 [FrameworkBundle][Serializer] Add option to register a "circular_reference_handler"File tree
2 files changed
+5
-0
lines changed- src/Symfony/Bundle/FrameworkBundle/DependencyInjection
2 files changed
+5
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
689 | 690 | | |
690 | 691 | | |
691 | 692 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
1297 | 1301 | | |
1298 | 1302 | | |
1299 | 1303 | | |
| |||
0 commit comments
Comments
(0)