Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Routing / FilterInterface.php
1 <?php
2
3 namespace Drupal\Core\Routing;
4
5 use Symfony\Cmf\Component\Routing\NestedMatcher\RouteFilterInterface;
6
7 /**
8  * A route filter service to filter down the collection of route instances.
9  */
10 interface FilterInterface extends RouteFilterInterface {
11
12 }