Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Routing / FilterInterface.php
diff --git a/web/core/lib/Drupal/Core/Routing/FilterInterface.php b/web/core/lib/Drupal/Core/Routing/FilterInterface.php
new file mode 100644 (file)
index 0000000..73c9f83
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Core\Routing;
+
+use Symfony\Cmf\Component\Routing\NestedMatcher\RouteFilterInterface;
+
+/**
+ * A route filter service to filter down the collection of route instances.
+ */
+interface FilterInterface extends RouteFilterInterface {
+
+}