Deprecation: #78581 - Flex form related parsing
See forge#78581
Description
Three flex form data structure related parsing methods have been deprecated:
Backend
Utility:: get Flex Form DS () General
Utility:: resolve Sheet Def In DS () General
Utility:: resolve All Sheets In DS ()
Impact
Calling those PHP methods will trigger a deprecation log entry.
Affected Installations
Extensions calling one of the above methods.
Migration
Backend
has been refactored to a combination of two methods
Flex
and
Flex
.
The two methods are heavily documented and the combination works in many cases just as before. Read the method
comments for a detailed description of their purpose.
Warning: The hook
get
within
Backend
is no longer called
by the core. Please refer to the according "Breaking" document for details on this topic.