We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbfa67 commit e2496e6Copy full SHA for e2496e6
core/configuration.md
@@ -68,8 +68,11 @@ api_platform:
68
# Enable the data collector and the WebProfilerBundle integration.
69
enable_profiler: true
70
71
+ # Use Symfony event listeners instead of providers and processors.
72
+ event_listeners_backward_compatibility_layer: false
73
+
74
# Keep doctrine/inflector instead of symfony/string to generate plurals for routes.
- keep_legacy_inflector: true
75
+ keep_legacy_inflector: false
76
77
collection:
78
# The name of the query parameter to filter nullable results (with the ExistsFilter).
0 commit comments