Breaks with implicit service class

Created on 5 March 2025, about 1 month ago

Problem/Motivation

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

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.8

Component

Code

Created by

🇩🇪Germany geek-merlin Freiburg, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024