---
title: "Breaking: #69148 - Backend Module Dispatching removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-69148"
source: "Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst"
typo3-version: "7.5"
typo3-major: 7
type: "breaking"
issue: 69148
forge: "https://forge.typo3.org/issues/69148"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #69148 - Backend Module Dispatching removed {#breaking-69148}

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

## Description {#description}

Dispatching Backend modules through custom dispatchers have been removed. The corresponding Extbase functionality
called "ModuleRunner" and its Interface have been removed as well.

## Impact {#impact}

Any dispatcher registered via `$TBE_MODULES['_dispatcher']` is not evaluated anymore.

## Affected Installations {#affected-installations}

All TYPO3 Instances with an extension that registers a custom backend module dispatcher.

## Migration {#migration}

Use a custom RequestHandler.
