Application extends AbstractApplication

Entry point for TYPO3

Table of Contents

Properties

$configurationManager  : ConfigurationManager
$requestHandler  : RequestHandlerInterface|null

Methods

__construct()  : mixed
handle()  : ResponseInterface
run()  : mixed
Set up the application and shut it down afterwards
getNormalizedParams()  : NormalizedParams
installToolRedirect()  : ResponseInterface
sendResponse()  : mixed
Outputs content

Properties

$requestHandler

protected RequestHandlerInterface|null $requestHandler

Methods

handle()

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

run()

Set up the application and shut it down afterwards

public final run() : mixed

installToolRedirect()

protected installToolRedirect(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

sendResponse()

Outputs content

protected sendResponse(ResponseInterface $response) : mixed
Parameters
$response : ResponseInterface

        
On this page

Search results