You are here

FilterInterface.php in Drupal 8

File

core/lib/Drupal/Core/Routing/FilterInterface.php
View source
<?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 {

}

Interfaces

Namesort descending Description
FilterInterface A route filter service to filter down the collection of route instances.