![]() |
TYPO3
7.6
|
Protected Attributes | |
$stageService | |
$workspaceService | |
![]() | |
$defaultViewObjectName = BackendTemplateView::class | |
$view | |
$extensionName = 'Workspaces' | |
$pageRenderer | |
$pageId | |
![]() | |
$reflectionService | |
$cacheService | |
$view = null | |
$namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format' | |
$viewFormatToObjectNameMap = array() | |
$defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class | |
$actionMethodName = 'indexAction' | |
$errorMethodName = 'errorAction' | |
$mvcPropertyMappingConfigurationService | |
$request | |
$response | |
![]() | |
$signalSlotDispatcher | |
$objectManager | |
$uriBuilder | |
$extensionName | |
$settings | |
$request | |
$response | |
$validatorResolver | |
$arguments | |
$supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class) | |
$controllerContext | |
$configurationManager | |
Additional Inherited Members | |
![]() | |
injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService) | |
injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService) | |
injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService) | |
processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response) | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Implements the preview controller of the workspace module.
Definition at line 25 of file PreviewController.php.
|
protected |
Generates the JavaScript code for the backend, and since we're loading a backend module outside of the actual backend this copies parts of the index.php?M=main module
Definition at line 206 of file PreviewController.php.
References $GLOBALS, GeneralUtility\dirname(), ExtensionManagementUtility\extRelPath(), GeneralUtility\getIndpEnv(), BackendUtility\isModuleSetInTBE_MODULES(), and GeneralUtility\shortMD5().
Referenced by PreviewController\initializeAction().
|
protected |
Initializes the controller before invoking an action method.
Definition at line 54 of file PreviewController.php.
References $GLOBALS, ExtensionManagementUtility\extRelPath(), PreviewController\generateJavascript(), and GeneralUtility\makeInstance().
|
protected |
Set up the doc header properly here
BackendTemplateView | $view |
Definition at line 42 of file PreviewController.php.
References BackendTemplateView\getModuleTemplate().
|
protected |
Evaluate the activate state based on given $stageArray.
array | $stageArray |
Definition at line 181 of file PreviewController.php.
|
protected |
Definition at line 30 of file PreviewController.php.
|
protected |
Definition at line 35 of file PreviewController.php.