- Issue created by @geek-merlin
This breaks
services:
Drupal\my_module\MyService:
tags:
- hooks
and needs that workaround:
services:
Drupal\my_module\MyService:
class: Drupal\my_module\MyService
tags:
- hooks
Active
1.8
Code