---
title: "Important: #82229 - Fluid implementation of CmsVariableProvider removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-82229"
source: "Changelog/9.0/Important-82229-FluidImplementationOfCmsVariableProviderRemoved.rst"
typo3-version: "9.0"
typo3-major: 9
type: "important"
issue: 82229
forge: "https://forge.typo3.org/issues/82229"
tags: ["Fluid", "PHP-API", "FullyScanned"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Important: #82229 - Fluid implementation of CmsVariableProvider removed {#important-82229}

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

## Description {#description}

The PHP class within EXT:fluid named `CmsVariableProvider` was removed. The custom functionality
is available in its parent class `\TYPO3Fluid\Fluid\Core\Variables\StandardVariableProvider` from
Fluid standalone can be implemented directly.

Instantiating the removed class will still work through the functionality of class aliases in PHP,
however, using the parent class is encouraged.
