Deprecation: #86441 - Various methods and properties inside BackendUserAuthentication¶
See forge#86441
Description¶
Some minor changes have been made with \TYPO3\
in order
to continue cleaning up the code.
The property check
has been marked as protected, as it is an internal cache.
The second argument of method mod
has been marked as deprecated, as the method should not trigger runtime exceptions anymore.
The method is
has been marked as deprecated.
The following - mostly workspaces-related - methods have been marked as "internal":
workspace
Cannot Edit Offline Version () workspace
Publish Access () workspace
Swap Access () workspace
Cannot Edit Offline Version ()
Impact¶
Calling the deprecated method or the protected property will trigger a PHP E_
error.
Affected Installations¶
TYPO3 installations with enhanced workspace or permission functionality.
Migration¶
Avoid using the methods, and re-implement the functionality on your own, if necessary.