Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / TwigEnvironment.php
diff --git a/vendor/chi-teck/drupal-code-generator/src/TwigEnvironment.php b/vendor/chi-teck/drupal-code-generator/src/TwigEnvironment.php
new file mode 100644 (file)
index 0000000..8dbdab5
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+namespace DrupalCodeGenerator;
+
+use DrupalCodeGenerator\Twig\TwigEnvironment as BaseTwigEnvironment;
+
+/**
+ * Stores the Twig configuration.
+ *
+ * @deprecated
+ *   Use DrupalCodeGenerator\Twig\TwigEnvironment
+ *
+ * @codeCoverageIgnore
+ */
+class TwigEnvironment extends BaseTwigEnvironment {
+
+}