FilterInterface.php in Drupal 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\Core\RoutingFile
core/lib/Drupal/Core/Routing/FilterInterface.phpView 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
Name | Description |
---|---|
FilterInterface | A route filter service to filter down the collection of route instances. |