---
title: "Breaking: #92132 - Last remains of globals SOBE removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-92132"
source: "Changelog/11.0/Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst"
typo3-version: "11.0"
typo3-major: 11
type: "breaking"
issue: 92132
forge: "https://forge.typo3.org/issues/92132"
tags: ["Backend", "PHP-API", "FullyScanned", "ext:backend"]
rendered: "2026-09-18T17:00:34+00:00"
---

# Breaking: #92132 - Last remains of globals SOBE removed {#breaking-92132}

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

## Description {#description}

The `$GLOBALS['SOBE']` object has been used as a controller to
sub module communication. It's usage has been reduced in previous core versions
already. It is now fully removed.

## Impact {#impact}

Backend extensions that rely on `$GLOBALS['SOBE']` may behave differently.

## Affected Installations {#affected-installations}

Some old backend extensions may still rely on `$GLOBALS['SOBE']` being set.
The extension scanner will find usages.

## Migration {#migration}

Do not rely on `$GLOBALS['SOBE']` being set anymore, hand over arguments to other classes directly.
