‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Controller\ContextMenuController Class Reference

Public Member Functions

 __construct ()
 
ResponseInterface getContextMenuAction (ServerRequestInterface $request)
 
ResponseInterface clipboardAction (ServerRequestInterface $request)
 

Protected Member Functions

LanguageService getLanguageService ()
 

Detailed Description

Script Class for the Context Sensitive Menu in TYPO3

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

Definition at line 30 of file ContextMenuController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\ContextMenuController::__construct ( )

Member Function Documentation

◆ clipboardAction()

ResponseInterface TYPO3\CMS\Backend\Controller\ContextMenuController::clipboardAction ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 63 of file ContextMenuController.php.

◆ getContextMenuAction()

ResponseInterface TYPO3\CMS\Backend\Controller\ContextMenuController::getContextMenuAction ( ServerRequestInterface  $request)

Renders a context menu

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 46 of file ContextMenuController.php.

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Controller\ContextMenuController::getLanguageService ( )
protected

Returns LanguageService

Returns
‪LanguageService

Definition at line 82 of file ContextMenuController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\ContextMenuController\__construct().