Application extends AbstractApplication

Entry point for the TYPO3 Frontend

Table of Contents

Properties

$backendEntryPointResolver  : BackendEntryPointResolver
$configurationManager  : ConfigurationManager
$context  : Context
$requestHandler  : RequestHandlerInterface|null

Methods

__construct()  : mixed
handle()  : ResponseInterface
run()  : mixed
Set up the application and shut it down afterwards
initializeContext()  : void
Initializes the Context used for accessing data and finding out the current state of the application
installToolRedirect()  : ResponseInterface
Create a PSR-7 Response that redirects to the install tool
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

initializeContext()

Initializes the Context used for accessing data and finding out the current state of the application

protected initializeContext() : void

installToolRedirect()

Create a PSR-7 Response that redirects to the install tool

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