Actions
Bug #104780
closedExtbase HashService not injectable any more
Start date:
2024-08-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #102763, extbase HashService has been deprecated. In that change, the new core hash service was injected into the depcreated extbase HashService using constuctor DI. Instantiation of the extbase HashService however does not work, because the the extbase HashService is registered in extbase ServiceProvider.php
, where the new constructor argument is not passed.
The extbase HashService can be removed from extbase ServiceProvider.php
, since the service is deprecated and not used in core any more.
Actions