TestRouterInterface.php

Same filename in other branches
  1. 9 core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php
  2. 10 core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php
  3. 11.x core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php

Namespace

Drupal\Tests\Core\Routing

File

core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php

View source
<?php

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.