class MockController
Hierarchy
- class \Drupal\Tests\Core\Controller\MockController
Expanded class hierarchy of MockController
File
- 
              core/tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php, line 196 
Namespace
Drupal\Tests\Core\ControllerView source
class MockController {
  public function getResult() {
    return 'This is a regular controller.';
  }
  public function getControllerWithRequestAndRouteMatch(RouteMatchInterface $route_match, Request $request) {
    return 'this is another example controller';
  }
}Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| MockController::getControllerWithRequestAndRouteMatch | public | function | |
| MockController::getResult | public | function | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
