---
title: "Breaking: #63069 - Removed compatibility layer for submodules of func and info modules"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-63069"
source: "Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #63069 - Removed compatibility layer for submodules of func and info modules

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

## Description

The web_info and web_func modules use the module dispatcher now and do not have
their own index scripts.
Therefore any submodule for those modules need to adjust links accordingly.

## Impact

Any third party code creating links to either web_info or web_func module using the old entry scripts,
will not work anymore.

## Migration

Use `BackendUtility::getModuleUrl()` instead to get the correct target for your links.
