---
title: "Deprecation: #65283 - Deprecate show item entry point"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65283-1668719172"
source: "Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #65283 - Deprecate show item entry point

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

## Description

The following entry point has been marked as deprecated:

-   typo3/show_item.php

## Impact

Using this entry point in a backend module will throw a deprecation message.

## Migration

Use `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl()` instead with the according module name.

`typo3/show_item.php` will have to be refactored to `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl('show_item')`
