Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Routing / EnhancerInterface.php
diff --git a/web/core/lib/Drupal/Core/Routing/EnhancerInterface.php b/web/core/lib/Drupal/Core/Routing/EnhancerInterface.php
new file mode 100644 (file)
index 0000000..3ddee66
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Core\Routing;
+
+use Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface;
+
+/**
+ * A route enhance service to determine route enhance rules.
+ */
+interface EnhancerInterface extends RouteEnhancerInterface {
+
+}