@@ -88,29 +88,37 @@ parameters:
88
88
typo3 :
89
89
containerXmlPath : null
90
90
contextApiGetAspectMapping :
91
- date : TYPO3\CMS\Core\Context\DateTimeAspect
92
- visibility : TYPO3\CMS\Core\Context\VisibilityAspect
93
91
backend.user : TYPO3\CMS\Core\Context\UserAspect
92
+ date : TYPO3\CMS\Core\Context\DateTimeAspect
93
+ fileProcessing : TYPO3\CMS\Core\Context\FileProcessingAspect
94
+ frontend.preview : TYPO3\CMS\Core\Context\PreviewAspect
94
95
frontend.user : TYPO3\CMS\Core\Context\UserAspect
95
- workspace : TYPO3\CMS\Core\Context\WorkspaceAspect
96
96
language : TYPO3\CMS\Core\Context\LanguageAspect
97
+ security : TYPO3\CMS\Core\Context\SecurityAspect
97
98
typoscript : TYPO3\CMS\Core\Context\TypoScriptAspect
99
+ visibility : TYPO3\CMS\Core\Context\VisibilityAspect
100
+ workspace : TYPO3\CMS\Core\Context\WorkspaceAspect
98
101
requestGetAttributeMapping :
102
+ adminPanelRequestId : string
103
+ applicationType : TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_*
99
104
backend.user : TYPO3\CMS\Backend\FrontendBackendUserAuthentication
105
+ currentContentObject : TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
106
+ extbase : TYPO3\CMS\Extbase\Mvc\ExtbaseRequestParameters
107
+ frontend.cache.collector : TYPO3\CMS\Frontend\Cache\CacheCollector
108
+ frontend.cache.instruction : TYPO3\CMS\Frontend\Cache\CacheInstruction
109
+ frontend.controller : TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController
110
+ frontend.page.information : TYPO3\CMS\Frontend\Page\PageInformation
111
+ frontend.typoscript : TYPO3\CMS\Core\TypoScript\FrontendTypoScript
100
112
frontend.user : TYPO3\CMS\Frontend\Authentication\FrontendUserAuthentication
101
113
language : TYPO3\CMS\Core\Site\Entity\SiteLanguage
102
114
module : TYPO3\CMS\Backend\Module\ModuleInterface
103
115
moduleData : TYPO3\CMS\Backend\Module\ModuleData
116
+ nonce : TYPO3\CMS\Core\Security\ContentSecurityPolicy\ConsumableNonce
104
117
normalizedParams : TYPO3\CMS\Core\Http\NormalizedParams
105
- site : TYPO3\CMS\Core\Site\Entity\Site
106
- applicationType : TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_*
107
118
routing : TYPO3\CMS\Core\Routing\SiteRouteResult|TYPO3\CMS\Core\Routing\PageArguments
108
- currentContentObject : TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
109
- frontend.controller : TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController
110
- frontend.page.information : TYPO3\CMS\Frontend\Page\PageInformation
111
- frontend.typoscript : TYPO3\CMS\Core\TypoScript\FrontendTypoScript
112
- extbase : TYPO3\CMS\Extbase\Mvc\ExtbaseRequestParameters
113
- frontend.cache.instruction : TYPO3\CMS\Frontend\Cache\CacheInstruction
119
+ site : TYPO3\CMS\Core\Site\Entity\Site
120
+ target : string
121
+ typo3.testing.context : TYPO3\TestingFramework\Core\Functional\Framework\Frontend\InternalRequestContext
114
122
siteGetAttributeMapping :
115
123
base : string
116
124
baseVariants : list
0 commit comments