File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ default_path
347
347
**type **: ``string `` **default **: ``'%kernel.project_dir%/templates' ``
348
348
349
349
.. versionadded :: 3.4
350
-
351
350
The ``default_path `` option was introduced in Symfony 3.4.
352
351
353
352
The default directory where Symfony will look for Twig templates.
@@ -364,9 +363,9 @@ in addition to the default locations. Symfony looks for the templates in the
364
363
following order:
365
364
366
365
1. The directories defined in this option;
367
- 2. The ``Resources/views/ `` directories of the bundles used in the application.
366
+ 2. The ``Resources/views/ `` directories of the bundles used in the application;
368
367
3. The ``src/Resources/views/ `` directory of the application;
369
- 4. The directory defined in the ``default_path `` option;
368
+ 4. The directory defined in the ``default_path `` option.
370
369
371
370
The values of the ``paths `` option are defined as ``key: value `` pairs where the
372
371
``value `` part can be ``null ``. For example:
You can’t perform that action at this time.
0 commit comments