function MockControllerPsr7::getControllerWithRequestAndRouteMatch
File
-
core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php, line 213
Class
Namespace
Drupal\Tests\Core\ControllerCode
public function getControllerWithRequestAndRouteMatch(RouteMatchInterface $route_match, ServerRequestInterface $request) {
return [
'#markup' => 'this is another example controller',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.