‪TYPO3CMS  10.4
FactoryConfiguration.php File Reference

Go to the source code of this file.

Variables

 return ['BE'=>['explicitADmode'=> 'explicitAllow',], 'DB'=>['Connections'=>['Default'=>['charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>['disableNoCacheParameter'=> true, 'cacheHash'=>['enforceValidation'=> true,],], 'SYS'=>['sitename'=> 'New TYPO3 site', 'features'=>['fluidBasedPageModule'=> true, 'unifiedPageTranslationHandling'=> true, 'rearrangedRedirectMiddlewares'=> true, 'felogin.extbase'=> true, 'yamlImportsFollowDeclarationOrder'=> true],],]
 

Variable Documentation

◆ return

return[ 'BE'=>[ 'explicitADmode'=> 'explicitAllow',], 'DB'=>[ 'Connections'=>[ 'Default'=>[ 'charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>[ 'disableNoCacheParameter'=> true, 'cacheHash'=>[ 'enforceValidation'=> true,],], 'SYS'=>[ 'sitename'=> 'New TYPO3 site', 'features'=>[ 'fluidBasedPageModule'=> true, 'unifiedPageTranslationHandling'=> true, 'rearrangedRedirectMiddlewares'=> true, 'felogin.extbase'=> true, 'yamlImportsFollowDeclarationOrder'=> true],],]

This is a boilerplate of typo3conf/LocalConfiguration.php. It is used as base file during installation and can be overloaded with a package specific file typo3conf/AdditionalFactoryConfiguration.php from eg. the government or introduction package.

Definition at line 8 of file FactoryConfiguration.php.