We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9db34 commit 4d63c3aCopy full SHA for 4d63c3a
cookbook/templating/namespaced_paths.rst
@@ -71,13 +71,6 @@ directory:
71
);
72
));
73
74
-.. caution::
75
-
76
- Prior to 2.8, templates in custom namespaces are not pre-compiled by
77
- Symfony's cache warmup process. They are compiled on demand. This may
78
- cause problems if two simultaneous requests are trying to use the
79
- template for the first time.
80
81
The registered namespace is called ``foo_bar``, which refers to the
82
``vendor/acme/foo-bar/templates`` directory. Assuming there's a file
83
called ``sidebar.twig`` in that directory, you can use it easily:
0 commit comments