ViewPageController
class ViewPageController (View source)
Defines a page controller to execute and render a view.
Methods
array|Response
handle(string $view_id, string $display_id, RouteMatchInterface $route_match)
Handler a response for a given view and display.
string|MarkupInterface
getTitle(string $view_id, string $display_id = 'default')
Gets the title of the given view's display.
Details
array|Response
handle(string $view_id, string $display_id, RouteMatchInterface $route_match)
Handler a response for a given view and display.
string|MarkupInterface
getTitle(string $view_id, string $display_id = 'default')
Gets the title of the given view's display.