Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / templates / OutboundPathProcessor.html.twig
diff --git a/web/modules/contrib/drupalmoduleupgrader/templates/OutboundPathProcessor.html.twig b/web/modules/contrib/drupalmoduleupgrader/templates/OutboundPathProcessor.html.twig
new file mode 100644 (file)
index 0000000..d8978f0
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * @file
+ * Contains \Drupal\{{ module }}\OutboundPathProcessor.
+ */
+
+namespace Drupal\{{ module }};
+
+use Drupal\Core\PathProcessor\OutboundPathProcessorInterface;
+
+use Symfony\Component\HttpFoundation\Request;
+
+class OutboundPathProcessor implements OutboundPathProcessorInterface {
+
+}