CreateFileController

Display form to create a new file.

Internal

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

Attributes
#[AsController]

Table of Contents

Properties

$folderObject  : Folder|null
The folder object which is the target directory
$iconFactory  : IconFactory
$moduleTemplateFactory  : ModuleTemplateFactory
$onlineMediaHelperRegistry  : OnlineMediaHelperRegistry
$pageRenderer  : PageRenderer
$resourceFactory  : ResourceFactory
$returnUrl  : string
Return URL of file list module.
$target  : string
Set with the target path inputted in &target
$view  : ModuleTemplate

Methods

__construct()  : mixed
mainAction()  : ResponseInterface
getLanguageService()  : LanguageService
initialize()  : void

Properties

$folderObject

The folder object which is the target directory

protected Folder|null $folderObject = null

$returnUrl

Return URL of file list module.

protected string $returnUrl = ''

$target

Set with the target path inputted in &target

protected string $target = ''

Methods

mainAction()

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

initialize()

protected initialize(ServerRequestInterface $request) : void
Parameters
$request : ServerRequestInterface

        
On this page

Search results