‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController Class Reference

Public Member Functions

ResponseInterface mainAction (ServerRequestInterface $request)
 

Protected Member Functions

 init (ServerRequestInterface $request)
 
 renderContent ()
 
 getButtons ()
 
LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 

Protected Attributes

int $sys_language = 0
 
int $page_id
 
string $table
 
string $R_URI
 
int $input_moveUid
 
int $moveUid
 
int $makeCopy
 
string $perms_clause
 
string $content
 
ModuleTemplate $moduleTemplate
 

Detailed Description

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.

Definition at line 39 of file MoveElementController.php.

Member Function Documentation

◆ getBackendUser()

BackendUserAuthentication TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::getBackendUser ( )
protected

◆ getButtons()

TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::getButtons ( )
protected

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::getLanguageService ( )
protected

◆ init()

TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::init ( ServerRequestInterface  $request)
protected

◆ mainAction()

ResponseInterface TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::mainAction ( ServerRequestInterface  $request)

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

Parameters
ServerRequestInterface$request‪the current request
Returns
‪ResponseInterface the response with the content

Definition at line 94 of file MoveElementController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\getLanguageService(), TYPO3\CMS\Core\Localization\LanguageService\includeLLFile(), TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\init(), and TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\renderContent().

◆ renderContent()

Member Data Documentation

◆ $content

string TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$content
protected

Content for module accumulated here.

Definition at line 79 of file MoveElementController.php.

◆ $input_moveUid

int TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$input_moveUid
protected

Definition at line 59 of file MoveElementController.php.

◆ $makeCopy

int TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$makeCopy
protected

Definition at line 67 of file MoveElementController.php.

◆ $moduleTemplate

ModuleTemplate TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$moduleTemplate
protected

ModuleTemplate object

Definition at line 85 of file MoveElementController.php.

◆ $moveUid

int TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$moveUid
protected

◆ $page_id

int TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$page_id
protected

◆ $perms_clause

string TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$perms_clause
protected

Pages-select clause

Definition at line 73 of file MoveElementController.php.

◆ $R_URI

string TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$R_URI
protected

Definition at line 55 of file MoveElementController.php.

◆ $sys_language

int TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$sys_language = 0
protected

◆ $table

string TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::$table
protected