Deprecation: #80513 - DataHandler: Various methods and method arguments

See forge#80513

Description

The method DataHandler->destPathFromUploadFolder() has been marked as deprecated.

The fourth parameter $func of the method DataHandler->extFileFunctions() has been deprecated.

Impact

Calling the method DataHandler->destPathFromUploadFolder() will trigger a deprecation log entry.

Calling the method DataHandler->extFileFunctions() with the fourth parameter (usually set to 'deleteAll') will trigger a deprecation log entry.

Affected Installations

Any installation with custom extension logic using the DataHandler and specifically these methods.

Migration

Replace the function call DataHandler->destPathFromUploadFolder() by prepend the constant PATH_site before the string to be handed over to the deprecated method.

Remove the fourth parameter of the callee of DataHandler->extFileFunctions().