8000
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.
container.dumper.inline_class_loader
UPGRADE-3.4.md
1 parent 952786a commit 5fec6b7Copy full SHA for 5fec6b7
UPGRADE-3.4.md
@@ -9,6 +9,15 @@ Config
9
DependencyInjection
10
-------------------
11
12
+ * Parameter `container.dumper.inline_class_loader` was added in order to provide
13
+ control in the way used to dump the loaded classes. If configured with value `true`,
14
+ the loaded classes will be dumped inline:
15
+
16
+ ```yml
17
+ parameters:
18
+ container.dumper.inline_class_loader: true
19
+ ```
20
21
* Definitions and aliases will be made private by default in 4.0. You should either use service injection
22
or explicitly define your services as public if you really need to inject the container.
23
0 commit comments