[TASK] Get rid of ColumnMap::$propertyName
The ColumnMap only carried the propertyName to be queried by the DataMap (of a class) to have a key for its internal stack of ColumnMaps. The overall goal is to separate core (TCA columns) logic from Extbase (entity properties) logic. A ColumnMap should only describe the actual state of the TCA, prepared for Extbase to read but without enriched data from entities. Releases: main Resolves: #100274 Change-Id: Ife29d8dc89bdca07cb334095bd4048aaf8d6af9e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78233 Tested-by:Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php 1 addition, 15 deletions.../extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMapFactory.php 1 addition, 1 deletion...e/Classes/Persistence/Generic/Mapper/ColumnMapFactory.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMap.php 3 additions, 3 deletions...xt/extbase/Classes/Persistence/Generic/Mapper/DataMap.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php 8 additions, 5 deletions...ase/Classes/Persistence/Generic/Mapper/DataMapFactory.php
- typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/ColumnMapFactoryTest.php 13 additions, 13 deletions...ional/Persistence/Generic/Mapper/ColumnMapFactoryTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/DataMapFactoryTest.php 0 additions, 1 deletion...ctional/Persistence/Generic/Mapper/DataMapFactoryTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/DataMapperTest.php 2 additions, 2 deletions.../Functional/Persistence/Generic/Mapper/DataMapperTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php 1 addition, 1 deletion.../Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php
Please register or sign in to comment