8dbdab55adb1ae1dc28f631da74ab3f31f14b599
[yaffs-website] / src / TwigEnvironment.php
1 <?php
2
3 namespace DrupalCodeGenerator;
4
5 use DrupalCodeGenerator\Twig\TwigEnvironment as BaseTwigEnvironment;
6
7 /**
8  * Stores the Twig configuration.
9  *
10  * @deprecated
11  *   Use DrupalCodeGenerator\Twig\TwigEnvironment
12  *
13  * @codeCoverageIgnore
14  */
15 class TwigEnvironment extends BaseTwigEnvironment {
16
17 }