TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController:
TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 init ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
 printContent ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $sys_language = 0
 
 $page_id
 
 $table
 
 $R_URI
 
 $input_moveUid
 
 $moveUid
 
 $makeCopy
 
 $perms_clause
 
 $content
 

Protected Member Functions

 getButtons ()
 
 getLanguageService ()
 
 getBackendUser ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for rendering the move-element wizard display

Definition at line 29 of file MoveElementController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::__construct ( )

Member Function Documentation

◆ getBackendUser()

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

◆ getButtons()

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

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

Definition at line 254 of file MoveElementController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\getLanguageService(), and TYPO3\CMS\Core\Imaging\Icon\SIZE_SMALL.

Referenced by TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\main().

◆ getLanguageService()

◆ init()

◆ main()

◆ mainAction()

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

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$requestthe current request
ResponseInterface$response
Returns
ResponseInterface the response with the content

Definition at line 119 of file MoveElementController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\main().

◆ printContent()

TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController::printContent ( )

Print out the accumulated content:

Returns
void
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8, use mainAction() instead

Definition at line 245 of file MoveElementController.php.

References TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\$content, and TYPO3\CMS\Core\Utility\GeneralUtility\logDeprecatedFunction().

Member Data Documentation

◆ $content

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

◆ $input_moveUid

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

Definition at line 54 of file MoveElementController.php.

◆ $makeCopy

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

Definition at line 64 of file MoveElementController.php.

◆ $moveUid

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

Definition at line 59 of file MoveElementController.php.

◆ $page_id

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

◆ $perms_clause

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

Definition at line 71 of file MoveElementController.php.

◆ $R_URI

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

Definition at line 49 of file MoveElementController.php.

◆ $sys_language

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

◆ $table

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

Definition at line 44 of file MoveElementController.php.