FilterInterface.php
Same filename in this branch
Same filename in other branches
- 9 core/modules/filter/src/Plugin/FilterInterface.php
- 9 core/lib/Drupal/Core/Routing/FilterInterface.php
- 10 core/modules/filter/src/Plugin/FilterInterface.php
- 10 core/lib/Drupal/Core/Routing/FilterInterface.php
- 11.x core/modules/filter/src/Plugin/FilterInterface.php
- 11.x core/lib/Drupal/Core/Routing/FilterInterface.php
Namespace
Drupal\Core\RoutingFile
-
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
Title | Deprecated | Summary |
---|---|---|
FilterInterface | A route filter service to filter down the collection of route instances. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.