Actions
Task #90105
closedAllow full row to be passed into isInWebMount()
Start date:
2020-01-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In couple of places the BackendUserAuthentication::isInWebMount function is called.
In some cases the actual page row is already in memory, so it can be re-used inside the function.
Extending the function signature to allow either the page uid or the page record to be passed, speeds up the whole system.
This is noticable in the page tree for instance.
Actions