Important: #107342 - Extend listForms method in FormPersistenceManagerInterface
See forge#107342
Description
With this change, the method signature of
list, defined by the
Form,
has been extended by two arguments:
$order and
$order.
The new definition is:
public function list
Affected Installations
Some TYPO3 installations may use this interface for their own FormPersistenceManager, even though it is marked as internal.
Possible Migration
If you have implemented your own FormPersistenceManager, you need to update the method signature accordingly.