You are here

interface FilterInterface in Drupal 8

Same name in this branch
  1. 8 core/lib/Drupal/Core/Routing/FilterInterface.php \Drupal\Core\Routing\FilterInterface
  2. 8 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface
Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/FilterInterface.php \Drupal\Core\Routing\FilterInterface

A route filter service to filter down the collection of route instances.

Hierarchy

  • interface \Drupal\Core\Routing\FilterInterface extends \Symfony\Cmf\Component\Routing\NestedMatcher\RouteFilterInterface

Expanded class hierarchy of FilterInterface

All classes that implement FilterInterface

2 files declare their use of FilterInterface
AcceptHeaderMatcher.php in core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
ReadOnlyModeMethodFilter.php in core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php

File

core/lib/Drupal/Core/Routing/FilterInterface.php, line 10

Namespace

Drupal\Core\Routing
View source
interface FilterInterface extends RouteFilterInterface {

}

Members