8000 Add entry for `container.dumper.inline_class_loader` param at `UPGRAD… · symfony/symfony@5fec6b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fec6b7

Browse files
committed
Add entry for container.dumper.inline_class_loader param at UPGRADE-3.4.md
1 parent 952786a commit 5fec6b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADE-3.4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Config
99
DependencyInjection
1010
-------------------
1111

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+
1221
* Definitions and aliases will be made private by default in 4.0. You should either use service injection
1322
or explicitly define your services as public if you really need to inject the container.
1423

0 commit comments

Comments
 (0)
0