interface TestRouterInterface in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php \Drupal\Tests\Core\Routing\TestRouterInterface
- 9 core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php \Drupal\Tests\Core\Routing\TestRouterInterface
Provides a router interface that also can match requests.
Hierarchy
- interface \Drupal\Tests\Core\Routing\TestRouterInterface extends \Symfony\Component\Routing\RouterInterface \Symfony\Component\Routing\Matcher\RequestMatcherInterface
Expanded class hierarchy of TestRouterInterface
All classes that implement TestRouterInterface
File
- core/
tests/ Drupal/ Tests/ Core/ Routing/ TestRouterInterface.php, line 11
Namespace
Drupal\Tests\Core\RoutingView source
interface TestRouterInterface extends RouterInterface, RequestMatcherInterface {
}