Project

General

Profile

Feature #101700

Updated by Daniel Goerz 9 months ago

symfony/messenger comes with a PHP Attribute @AsMessageHandler@ to register message messahe handlers. However, this attribute is not supported by TYPO3. Message handlers have to be tagged in the services.yaml for registration. 

 It should be possible to use the attribute as well.

Back