[TASK] Streamline ObjectMonitoring- and DomainObjectInterface usage
ObjectMonitoringInterface is a signaling interface for extbase internals to signal that an object state can be monitored. Its main purpose is to tell the persistence manager if an object or an object collection is so called dirty, i.e. if changes need to be persisted or not. This change lets DomainObjectInterface extend ObjectMonitoringInterface instead of AbstractDomainObject. Abstract classes must never be external api, they should just contain boilerplate/repetative code. With this change extbase can perform actions based on implemented interfaces, i.e. guaranteed functionality instead of checking object instances. Releases: main Resolves: #100069 Change-Id: I65548f3fe3f6a51c2b87e67c35642c431e2d7bb2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78012 Tested-by:Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Re...
Showing
- Build/phpstan/phpstan-baseline.neon 0 additions, 30 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php 7 additions, 7 deletions...ext/extbase/Classes/DomainObject/AbstractDomainObject.php
- typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php 10 additions, 7 deletions...xt/extbase/Classes/DomainObject/DomainObjectInterface.php
- typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php 4 additions, 4 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php 1 addition, 3 deletionstypo3/sysext/extbase/Classes/Persistence/Generic/Backend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/LazyLoadingProxy.php 2 additions, 3 deletions.../extbase/Classes/Persistence/Generic/LazyLoadingProxy.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php 0 additions, 5 deletions...extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 2 additions, 1 deletion...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/extbase/Classes/Persistence/ObjectMonitoringInterface.php 7 additions, 3 deletions...extbase/Classes/Persistence/ObjectMonitoringInterface.php
- typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php 5 additions, 3 deletionstypo3/sysext/extbase/Classes/Persistence/ObjectStorage.php
- typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php 2 additions, 3 deletionstypo3/sysext/extbase/Classes/Utility/DebuggerUtility.php
Please register or sign in to comment