public function MockControllerPsr7::getControllerWithRequestAndRouteMatch in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockControllerPsr7::getControllerWithRequestAndRouteMatch()
File
- core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php, line 294 - Contains \Drupal\Tests\Core\Controller\ControllerResolverTest.
Class
Namespace
Drupal\Tests\Core\ControllerCode
public function getControllerWithRequestAndRouteMatch(RouteMatchInterface $route_match, ServerRequestInterface $request) {
return [
'#markup' => 'this is another example controller',
];
}