Explore removing \Drupal::service('class_loader') call in install.inc

Created on 7 December 2024, 19 days ago

Problem/Motivation

\Drupal::service('class_loader')->addPsr4('Drupal\\' . $module . '\\', \Drupal::root() . "/$module_path/src");
This is only called during profile requirements check for the modules being installed. This is not called for modules or the profile itself.

Steps to reproduce

N/A

Proposed resolution

Remove it and see what happens

Remaining tasks

User interface changes

N/A

Introduced terminology

N/A

API changes

N/A

Data model changes

N/A

Release notes snippet

N/A

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

install system

Created by

πŸ‡ΊπŸ‡ΈUnited States nicxvan

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

Comments & Activities

Production build 0.71.5 2024