Routing definitions are crashing Drupal sites

Created on 4 September 2025, 12 days ago

Problem/Motivation

The routes in this module are defined with double-backslashes, e.g.

_controller: '\\Drupal\\system\\Controller\\SystemController::systemAdminMenuBlockPage'

That's breaking sites when rebuilding cache. The correct syntax is

_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany jurgenhaas Gottmadingen

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024