RenameFileController

Script Class for the rename-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  : File|Folder|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.
$target  : string
Target path
$uriBuilder  : UriBuilder

Methods

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

Properties

$fileOrFolderObject

The file or folder object that should be renamed

protected File|Folder|null $fileOrFolderObject

$returnUrl

Return URL of list module.

protected string $returnUrl

$target

Target path

protected string $target
Internal

Methods

mainAction()

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

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

the response with the content

renderContent()

Render module content

protected renderContent() : void

        
On this page

Search results