[!!!][TASK] Remove deprecated code from PageRepository
The PageRepository class can now be reduced into smaller parts due to deprecation removals. Properties now marked as internal: - sys_language_uid - versioningWorkspaceId Removed properties: - versioningPreview - workspaceCache - error_getRootLine - error_getRootLine_failPid Removed public methods: - getFirstWebPage() - getDomainStartPage() - getRootLine() - getRecordsByField() - deleteClause() - checkWorkspaceAccess() - getFileReferences() Removed arguments from public methods: - 4th argument of getRawRecord() Special argument handling for public methods: - getPageOverlay() second argument "-1" has to be "null" now - getPagesOverlay() second argument "-1" has to be "null" now Resolves: #87195 Releases: master Change-Id: Iaf7d5e68054db0f9e78d8ea2fc0d8bb712bf3b74 Reviewed-on: https://review.typo3.org/59193 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst 17 additions, 8 deletions.../master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/frontend/Classes/Page/PageRepository.php 5 additions, 393 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php 1 addition, 0 deletions...ion/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 12 additions, 2 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 8 additions, 2 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
Please register or sign in to comment