[TASK] Deprecate PageRepository->where_hid_del and where_groupAccess
PageRepository's public properties "where_hid_del" and "where_groupAccess" which are used to modify a SQL query to fetch pages are now marked as protected, thus not accessible anymore for outside usage. Any usage will trigger a PHP deprecation notice. Resolves: #99588 Releases: main Change-Id: Ic8479e05dcaa72b4e9b7d5fbd3e56220dadd8f1e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77405 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/phpstan/phpstan-baseline.neon 9 additions, 0 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 4 additions, 11 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/core/Classes/Domain/Repository/PageRepository.php 25 additions, 7 deletions.../sysext/core/Classes/Domain/Repository/PageRepository.php
- typo3/sysext/core/Documentation/Changelog/12.2/Deprecation-99588-PublicPropertiesInPageRepository.rst 52 additions, 0 deletions....2/Deprecation-99588-PublicPropertiesInPageRepository.rst
- typo3/sysext/core/Tests/Functional/Domain/Repository/PageRepositoryTest.php 0 additions, 51 deletions...Tests/Functional/Domain/Repository/PageRepositoryTest.php
- typo3/sysext/core/Tests/FunctionalDeprecated/Domain/Repository/PageRepositoryTest.php 78 additions, 0 deletions...tionalDeprecated/Domain/Repository/PageRepositoryTest.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 4 additions, 5 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 16 additions, 18 deletions.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 10 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment