File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,6 @@ Now you must let the Service Container know about your newly created Twig Extens
9999 ->setPublic(false)
100100 ->addTag('twig.extension');
101101
102- .. note ::
103-
104- Keep in mind that Twig Extensions are not lazily loaded. This means that
105- there's a higher chance that you'll get a
106- :class: `Symfony\\ Component\\ DependencyInjection\\ Exception\\ ServiceCircularReferenceException `
107- or a
108- :class: `Symfony\\ Component\\ DependencyInjection\\ Exception\\ ScopeWideningInjectionException `
109- if any services (or your Twig Extension in this case) are dependent on
110- the request service. For more information take a look at :doc: `/cookbook/service_container/scopes `.
111-
112102 Using the custom Extension
113103--------------------------
114104
You can’t perform that action at this time.
0 commit comments