![]() |
TYPO3
7.6
|
Protected Attributes | |
$defaultViewObjectName = BackendTemplateView::class | |
$view | |
![]() | |
$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 | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Controller for viewing the frontend
Definition at line 29 of file ViewModuleController.php.
|
protected |
Get admin command
int | $pageId |
Definition at line 162 of file ViewModuleController.php.
References ViewModuleController\getBackendUser(), and BackendUtility\readPageAccess().
|
protected |
Definition at line 309 of file ViewModuleController.php.
References $GLOBALS.
Referenced by ViewModuleController\getAdminCommand(), ViewModuleController\getDomainName(), ViewModuleController\getLanguageParameter(), and ViewModuleController\getPreviewLanguages().
|
protected |
Definition at line 301 of file ViewModuleController.php.
References $GLOBALS.
Referenced by ViewModuleController\getPreviewLanguages().
|
protected |
Get domain name for requested page id
int | $pageId |
Definition at line 198 of file ViewModuleController.php.
References BackendUtility\BEgetRootLine(), BackendUtility\firstDomainRecord(), ViewModuleController\getBackendUser(), and BackendUtility\getPagesTSconfig().
|
protected |
Gets the L parameter from the user session
Definition at line 287 of file ViewModuleController.php.
References ViewModuleController\getBackendUser(), and ViewModuleController\getPreviewLanguages().
|
protected |
Definition at line 317 of file ViewModuleController.php.
References $GLOBALS.
Referenced by ViewModuleController\getPreviewFrameWidths(), ViewModuleController\getPreviewLanguages(), ViewModuleController\initializeAction(), and ViewModuleController\registerButtons().
|
protected |
Get available widths for preview frame
Definition at line 214 of file ViewModuleController.php.
References GeneralUtility\_GP(), ViewModuleController\getLanguageService(), and BackendUtility\getModTSconfig().
Referenced by ViewModuleController\showAction().
|
protected |
Returns the preview languages
Definition at line 252 of file ViewModuleController.php.
References GeneralUtility\_GP(), BackendUtility\deleteClause(), ViewModuleController\getBackendUser(), ViewModuleController\getDatabaseConnection(), ViewModuleController\getLanguageService(), and BackendUtility\getModTSconfig().
Referenced by ViewModuleController\getLanguageParameter(), and ViewModuleController\showAction().
|
protected |
With page TS config it is possible to force a specific type id via mod.web_view.type for a page id or a page tree. The method checks if a type is set for the given id and returns the additional GET string.
int | $pageId |
Definition at line 181 of file ViewModuleController.php.
References BackendUtility\getModTSconfig().
initializeAction | ( | ) |
Gets called before each action
Definition at line 91 of file ViewModuleController.php.
References ViewModuleController\getLanguageService(), and GeneralUtility\makeInstance().
|
protected |
Registers the docheader buttons
Definition at line 56 of file ViewModuleController.php.
References AbstractController\$extensionName, ActionController\$request, ButtonBar\BUTTON_POSITION_RIGHT, ViewModuleController\getLanguageService(), and Icon\SIZE_SMALL.
showAction | ( | ) |
Show selected page from pagetree in iframe
Definition at line 103 of file ViewModuleController.php.
References ViewModuleController\getPreviewFrameWidths(), and ViewModuleController\getPreviewLanguages().
|
protected |
Definition at line 34 of file ViewModuleController.php.
|
protected |
Definition at line 39 of file ViewModuleController.php.