function MockControllerPsr7::getControllerWithRequestAndRouteMatch

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockControllerPsr7::getControllerWithRequestAndRouteMatch()
  2. 8.9.x core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockControllerPsr7::getControllerWithRequestAndRouteMatch()
  3. 10 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockControllerPsr7::getControllerWithRequestAndRouteMatch()

File

core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php, line 201

Class

MockControllerPsr7

Namespace

Drupal\Tests\Core\Controller

Code

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.