Deprecation: #86320 - Mark internal $TSFE properties as protected

See forge#86320

Description

The following properties of class TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController have changed their visibility to be protected from public and should not be called any longer. The properties are only used and needed internally.

  • loginAllowedInBranch_mode
  • cacheTimeOutDefault
  • cacheContentFlag
  • cacheExpires
  • isClientCachable
  • no_cacheBeforePageGen
  • tempContent
  • pagesTSconfig
  • uniqueCounter
  • uniqueString
  • lang

Impact

Calling any of the properties will trigger a PHP E_USER_DEPRECATED error.

Affected Installations

Any TYPO3 installation directly accessing any of the mentioned properties.

Migration

Properties are only for internal use, no migration available.