Skip to content
Snippets Groups Projects
Commit 39a05afd authored by Matthias Vogel's avatar Matthias Vogel Committed by Anja Leichsenring
Browse files

[FEATURE] Add TypeConverter for enums

With PHP 8.1 we got Enums, to use them also in our extbase actions,
a new TypeConverter is added with this patch.

The EnumConverter is automatically used if the target type is an enum.

Resolves: #98171
Releases: main
Change-Id: Ic95bb69f2a02580f86878cd14a3f608ed3b474f6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75512


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 7a2600c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment