[TASK] Introduce ColumnMap\Relation enum
This patch introduces ColumnMap\Relation enum as a replacement for the former ColumnMap::RELATION_* class constants. Releases: main Resolves: #100272 Change-Id: I517bd3ed30815e1bc51845ae2739121999ca5863 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78230 Reviewed-by:Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Nikita Hovratov <nikita.h@live.de>
Showing
- typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php 15 additions, 14 deletionstypo3/sysext/extbase/Classes/Persistence/Generic/Backend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/LazyObjectStorage.php 2 additions, 2 deletions...extbase/Classes/Persistence/Generic/LazyObjectStorage.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php 3 additions, 34 deletions.../extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap/Relation.php 30 additions, 0 deletions...Classes/Persistence/Generic/Mapper/ColumnMap/Relation.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMapFactory.php 6 additions, 7 deletions...e/Classes/Persistence/Generic/Mapper/ColumnMapFactory.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php 6 additions, 5 deletions...extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 6 additions, 5 deletions...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/ColumnMapFactoryTest.php 12 additions, 13 deletions...ional/Persistence/Generic/Mapper/ColumnMapFactoryTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/QueryParserTest.php 3 additions, 3 deletions.../extbase/Tests/Functional/Persistence/QueryParserTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/RelationTest.php 8 additions, 8 deletions...ext/extbase/Tests/Functional/Persistence/RelationTest.php
Please register or sign in to comment