Skip to content
Snippets Groups Projects

Remove class load

Closed nicxvan requested to merge issue/drupal-3498992:3498992-remove-classloader-in into 11.x
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -613,8 +613,6 @@ function drupal_check_profile($profile) {
require_once $install_file;
}
\Drupal::service('class_loader')->addPsr4('Drupal\\' . $module . '\\', \Drupal::root() . "/$module_path/src");
if (function_exists($function)) {
$requirements = array_merge($requirements, $function('install'));
}
Loading