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 69b5180 commit f28ccb3Copy full SHA for f28ccb3
book/page_creation.rst
@@ -689,9 +689,9 @@ some of the most common elements of a bundle:
689
690
* ``Controller/`` contains the controllers of the bundle (e.g. ``HelloController.php``);
691
692
-* ``DependencyInjection/`` holds dependency injection and service containers configuration,
693
- which allows you to standardize and centralize the way objects are constructed
694
- in your application;
+* ``DependencyInjection/`` holds certain dependency injection extension classes,
+ which may import service configuration, register compiler passes or more
+ (this directory is not necessary);
695
696
* ``Resources/config/`` houses configuration, including routing configuration
697
(e.g. ``routing.yml``);
0 commit comments