TYPO3_branch
public
mixed
TYPO3_branch
= $this->getBranch()
public
mixed
TYPO3_branch
= $this->getBranch()
public
mixed
TYPO3_mainDir
= 'typo3/'
since v11, will be removed in v12. Use Core\Http\ApplicationType API instead
public
mixed
TYPO3_MODE
= $mode
since v11, will be removed in v12. Use Core\Http\ApplicationType API or $request->getAttribute('applicationType') instead
public
mixed
TYPO3_REQUESTTYPE
= $requestType
since v11, will be removed in v12.
public
mixed
TYPO3_REQUESTTYPE_AJAX
= self::REQUESTTYPE_AJAX
since v11, will be removed in v12.
public
mixed
TYPO3_REQUESTTYPE_BE
= self::REQUESTTYPE_BE
since v11, will be removed in v12.
public
mixed
TYPO3_REQUESTTYPE_CLI
= self::REQUESTTYPE_CLI
since v11, will be removed in v12.
public
mixed
TYPO3_REQUESTTYPE_FE
= self::REQUESTTYPE_FE
since v11, will be removed in v12.
public
mixed
TYPO3_REQUESTTYPE_INSTALL
= self::REQUESTTYPE_INSTALL
public
mixed
TYPO3_version
= $this->getVersion()