Actions
Bug #89207
closedEpic #83968: PSR-11 Initiative
Incorrect PSR-11 related deprecation messages being triggered by ObjectManager->get()
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2019-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Due to a wrong condition a deprecation error is triggered by Extbase\Object\ObjectManager->get()
(although no constructor arguments have been passed) when the object to be created/retrieved exists in the (symfony) PSR-11 container.
Example:
TYPO3 Deprecation Notice: TYPO3\CMS\Extbase\SignalSlot\Dispatcher is available in the PSR-11 container. That means you should not try to instanciate it using constructor arguments. Falling back to legacy extbase based injection. in […]/typo3/sysext/extbase/Classes/Object/ObjectManager.php line 123
Actions