TestRouterInterface.php
Same filename in other branches
Namespace
Drupal\Tests\Core\RoutingFile
-
core/
tests/ Drupal/ Tests/ Core/ Routing/ TestRouterInterface.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\Core\Routing;
use Symfony\Component\Routing\Matcher\RequestMatcherInterface;
use Symfony\Component\Routing\RouterInterface;
/**
* Provides a router interface that also can match requests.
*/
interface TestRouterInterface extends RouterInterface, RequestMatcherInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
TestRouterInterface | Provides a router interface that also can match requests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.