---
title: "Deprecation: #65913 - Deprecate $TSFE->checkFileInclude"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65913"
source: "Changelog/7.2/Deprecation-65913-checkFileInclude.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #65913 - Deprecate $TSFE->checkFileInclude

See [forge#65913](https://forge.typo3.org/issues/65913)

## Description

The public method in the global frontend controller `$TSFE->checkFileInclude()` has been marked as deprecated.

## Affected installations

Instances with extensions that make use of the method directly.

## Migration

Use the autoloader for classes or `$TSFE->tmpl->getFileName()` if needed.
