ReplaceFileController

Script Class for the replace-file form

Internal

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Properties

$fileOrFolderObject  : ResourceInterface|null
The file or folder object that should be renamed
$iconFactory  : IconFactory
$moduleTemplate  : ModuleTemplate
ModuleTemplate object
$moduleTemplateFactory  : ModuleTemplateFactory
$pageRenderer  : PageRenderer
$resourceFactory  : ResourceFactory
$returnUrl  : string
Return URL of list module.
$uid  : int
sys_file uid
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
mainAction()  : ResponseInterface
Processes the request, currently everything is handled and put together via "main()"
getLanguageService()  : LanguageService
init()  : void
Init
renderContent()  : void
Render module content

Properties

$returnUrl

Return URL of list module.

protected string $returnUrl

Methods

mainAction()

Processes the request, currently everything is handled and put together via "main()"

public mainAction(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface

the current request

Return values
ResponseInterface

the response with the content

renderContent()

Render module content

protected renderContent() : void

        
On this page

Search results