You are here

public function MockController::getControllerWithRequestAndRouteMatch in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockController::getControllerWithRequestAndRouteMatch()

File

core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php, line 283
Contains \Drupal\Tests\Core\Controller\ControllerResolverTest.

Class

MockController

Namespace

Drupal\Tests\Core\Controller

Code

public function getControllerWithRequestAndRouteMatch(RouteMatchInterface $route_match, Request $request) {
  return 'this is another example controller';
}