---
title: "Deprecation: #68760 - Deprecate class ModuleSettings"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-68760"
source: "Changelog/7.5/Deprecation-68760-ModuleSettings.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #68760 - Deprecate class ModuleSettings

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

## Description

In older TYPO3 versions `t3lib_modSettings` (as ModuleSettings class was called before) was used to save the current
settings of backend modules. This kind of settings is nowadays stored in backend users uc array.
For that reason ModuleSettings is now marked for removal in TYPO3 CMS 8.

## Impact

Using `ModuleSettings` will trigger a deprecation log entry.

## Affected Installations

Any TYPO3 installation with custom extensions using this class and its methods.

## Migration

Remove usage of this class from custom extensions.
