.. include:: /Includes.rst.txt .. _feature-101396-1689843367: ================================================== Feature: #101396 - Let Extbase handle native enums ================================================== See :issue:`101396` Description =========== With PHP 8.1, native support for `enums`_ has been introduced. This is quite handy if a database field has a specific set of values which can be represented by a PHP enum. .. _enums: https://www.php.net/manual/en/language.types.enumerations.php It is now possible to use backed enums in entities like this: .. code-block:: php