[TASK] Use DI in command classes where applicable
Constructor Injection should be used when an object needs to be available that is a singleton. This is now done in all command classes Resolves: #91991 Releases: master Change-Id: Ib9b12624dc736f6c73277a47a885ad5c58165948 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65291 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Richard Haeser <richard@richardhaeser.com>
Showing
- typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php 19 additions, 4 deletions...3/sysext/backend/Classes/Command/ResetPasswordCommand.php
- typo3/sysext/core/Classes/Command/ExtensionListCommand.php 15 additions, 6 deletionstypo3/sysext/core/Classes/Command/ExtensionListCommand.php
- typo3/sysext/core/Classes/Command/SiteShowCommand.php 12 additions, 2 deletionstypo3/sysext/core/Classes/Command/SiteShowCommand.php
- typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php 0 additions, 5 deletions...ionmanager/Classes/Command/DeactivateExtensionCommand.php
- typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php 13 additions, 3 deletions...sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php
- typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php 12 additions, 2 deletions...sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php
- typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php 18 additions, 3 deletions...el/Classes/Command/FilesWithMultipleReferencesCommand.php
- typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php 10 additions, 1 deletiontypo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php 11 additions, 2 deletions...3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php 11 additions, 2 deletions...sext/lowlevel/Classes/Command/MissingRelationsCommand.php
- typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php 12 additions, 3 deletions.../sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php
- typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php 20 additions, 6 deletions...ysext/redirects/Classes/Command/CheckIntegrityCommand.php
- typo3/sysext/scheduler/Classes/Command/SchedulerCommand.php 6 additions, 3 deletionstypo3/sysext/scheduler/Classes/Command/SchedulerCommand.php
- typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php 19 additions, 5 deletions.../sysext/workspaces/Classes/Command/AutoPublishCommand.php
- typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php 11 additions, 2 deletions...workspaces/Classes/Command/CleanupPreviewLinksCommand.php
- typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php 19 additions, 9 deletions...spaces/Classes/Command/WorkspaceVersionRecordsCommand.php
Please register or sign in to comment