MoveElementController
Script Class for rendering the move-element wizard display
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
$iconFactory
protected
IconFactory
$iconFactory
$makeCopy
protected
int
$makeCopy
= 0
$moduleTemplate
protected
ModuleTemplate|null
$moduleTemplate
= null
$moduleTemplateFactory
protected
ModuleTemplateFactory
$moduleTemplateFactory
$moveUid
protected
int
$moveUid
= 0
$page_id
protected
int
$page_id
= 0
$pageRenderer
protected
PageRenderer
$pageRenderer
$perms_clause
protected
string
$perms_clause
= ''
$R_URI
protected
string
$R_URI
= ''
$sys_language
protected
int
$sys_language
= 0
$table
protected
string
$table
= ''
Methods
__construct()
public
__construct(IconFactory $iconFactory, PageRenderer $pageRenderer, ModuleTemplateFactory $moduleTemplateFactory) : mixed
Parameters
- $iconFactory : IconFactory
- $pageRenderer : PageRenderer
- $moduleTemplateFactory : ModuleTemplateFactory
mainAction()
public
mainAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacegetBackendUser()
protected
getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetButtons()
Create the panel of buttons for submitting the form or otherwise perform operations.
protected
getButtons() : mixed
getLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServiceinitializeView()
protected
initializeView() : StandaloneView
Return values
StandaloneViewrenderContent()
Creating the module output.
protected
renderContent() : string