@@ -88,29 +88,37 @@ parameters:
8888 typo3 :
8989 containerXmlPath : null
9090 contextApiGetAspectMapping :
91- date : TYPO3\CMS\Core\Context\DateTimeAspect
92- visibility : TYPO3\CMS\Core\Context\VisibilityAspect
9391 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
9495 frontend.user : TYPO3\CMS\Core\Context\UserAspect
95- workspace : TYPO3\CMS\Core\Context\WorkspaceAspect
9696 language : TYPO3\CMS\Core\Context\LanguageAspect
97+ security : TYPO3\CMS\Core\Context\SecurityAspect
9798 typoscript : TYPO3\CMS\Core\Context\TypoScriptAspect
99+ visibility : TYPO3\CMS\Core\Context\VisibilityAspect
100+ workspace : TYPO3\CMS\Core\Context\WorkspaceAspect
98101 requestGetAttributeMapping :
102+ adminPanelRequestId : string
103+ applicationType : TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_*
99104 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
100112 frontend.user : TYPO3\CMS\Frontend\Authentication\FrontendUserAuthentication
101113 language : TYPO3\CMS\Core\Site\Entity\SiteLanguage
102114 module : TYPO3\CMS\Backend\Module\ModuleInterface
103115 moduleData : TYPO3\CMS\Backend\Module\ModuleData
116+ nonce : TYPO3\CMS\Core\Security\ContentSecurityPolicy\ConsumableNonce
104117 normalizedParams : TYPO3\CMS\Core\Http\NormalizedParams
105- site : TYPO3\CMS\Core\Site\Entity\Site
106- applicationType : TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_*
107118 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
114122 siteGetAttributeMapping :
115123 base : string
116124 baseVariants : list
0 commit comments