public ViewPageController::handle($view_id, $display_id, RouteMatchInterface $route_match)
Handler a response for a given view and display.
Parameters
string $view_id: The ID of the view
string $display_id: The ID of the display.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match.
Return value
null|void
File
core/modules/views/src/Routing/ViewPageController.php, line 24
Class
ViewPageController Defines a page controller to execute and render a view.
Namespace
Drupa