Mercurial > hg > cmmr2012-drupal-site
comparison vendor/chi-teck/drupal-code-generator/src/TwigEnvironment.php @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
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 } |