RequestHandler implements RequestHandlerInterface

General RequestHandler for the TYPO3 Backend. This is used for all Backend requests, including AJAX routes.

If a get/post parameter "route" is set, the Backend Routing is called and searches for a matching route inside the Router. The corresponding controller / action is called then which returns the response.

The following get/post parameters are evaluated here:

  • route
  • token

Table of Contents

Interfaces

RequestHandlerInterface

Properties

$dispatcher  : RouteDispatcher
$listenerProvider  : ListenerProvider
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
handle()  : ResponseInterface
Handles a backend request, after finishing running middlewares Dispatch the request to the appropriate controller through the Backend Dispatcher which resolves the routing

Properties

Methods

handle()

Handles a backend request, after finishing running middlewares Dispatch the request to the appropriate controller through the Backend Dispatcher which resolves the routing

public handle(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

        
On this page

Search results