File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ default_path
347347**type **: ``string `` **default **: ``'%kernel.project_dir%/templates' ``
348348
349349.. versionadded :: 3.4
350-
351350 The ``default_path `` option was introduced in Symfony 3.4.
352351
353352The 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
364363following order:
365364
3663651. 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;
3683673. 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.
370369
371370The values of the ``paths `` option are defined as ``key: value `` pairs where the
372371``value `` part can be ``null ``. For example:
You can’t perform that action at this time.
0 commit comments