[TASK] Add expressive API to ProcessingRule class
As a followup to #96424, expressive API is introduced and covered with unit tests, to better convey the intention in the places it is used. Resolves: #96424 Releases: main, 11.5 Change-Id: I9596e2269b891042cbb03ccbedfcbc086f2897ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73707 Tested-by:Elias Häußler <e.haeussler@familie-redlich.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
waldhacker <hello@waldhacker.dev> Reviewed-by:
Elias Häußler <e.haeussler@familie-redlich.de> Reviewed-by:
waldhacker <hello@waldhacker.dev>
Showing
- typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php 1 addition, 4 deletions...rm/Classes/Domain/Model/Renderable/AbstractRenderable.php
- typo3/sysext/form/Classes/Mvc/ProcessingRule.php 27 additions, 0 deletionstypo3/sysext/form/Classes/Mvc/ProcessingRule.php
- typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php 11 additions, 7 deletions...orm/Classes/Mvc/Property/PropertyMappingConfiguration.php
- typo3/sysext/form/Tests/Unit/Mvc/Fixtures/AnotherTestValidator.php 33 additions, 0 deletions...ext/form/Tests/Unit/Mvc/Fixtures/AnotherTestValidator.php
- typo3/sysext/form/Tests/Unit/Mvc/ProcessingRuleTest.php 32 additions, 3 deletionstypo3/sysext/form/Tests/Unit/Mvc/ProcessingRuleTest.php
Please register or sign in to comment