Actions
Feature #94345
closedAuto-derive event listener targets
Start date:
2021-06-14
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Event listener methods typically specify the event type they listen to in the method signature. That means there's no need to specify it explicitly in the Services.yaml file, as it can be derived via reflection.
Actions