MoveElementController

Script Class for rendering the move-element wizard display

Internal

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

Table of Contents

Properties

$iconFactory  : IconFactory
$makeCopy  : int
$moduleTemplate  : ModuleTemplate|null
$moduleTemplateFactory  : ModuleTemplateFactory
$moveUid  : int
$page_id  : int
$pageRenderer  : PageRenderer
$perms_clause  : string
$R_URI  : string
$sys_language  : int
$table  : string

Methods

__construct()  : mixed
mainAction()  : ResponseInterface
getBackendUser()  : BackendUserAuthentication
getButtons()  : mixed
Create the panel of buttons for submitting the form or otherwise perform operations.
getLanguageService()  : LanguageService
initializeView()  : StandaloneView
renderContent()  : string
Creating the module output.

Properties

$perms_clause

protected string $perms_clause = ''

$sys_language

protected int $sys_language = 0

Methods

mainAction()

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

getButtons()

Create the panel of buttons for submitting the form or otherwise perform operations.

protected getButtons() : mixed

renderContent()

Creating the module output.

protected renderContent() : string
Return values
string

        
On this page

Search results