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 b1e95f0 commit 90c5f4fCopy full SHA for 90c5f4f
reference/configuration/twig.rst
@@ -62,6 +62,10 @@ base_template_class
62
63
**type**: ``string`` **default**: ``Twig\Template``
64
65
+.. deprecated:: 7.1
66
+
67
+ The ``base_template_class`` option is deprecated since Symfony 7.1.
68
69
Twig templates are compiled into PHP classes before using them to render
70
contents. This option defines the base class from which all the template classes
71
extend. Using a custom base template is discouraged because it will make your
0 commit comments