Skip to content
Snippets Groups Projects
Commit 4761995e authored by catch's avatar catch
Browse files

Issue #3498992 by nicxvan, alexpott: Remove class_loader in drupal_check_profile

parent ec3fedad
No related branches found
No related tags found
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #394182 passed with warnings
Pipeline: drupal

#394206

    Pipeline: drupal

    #394203

      Pipeline: drupal

      #394200

        +4
        ......@@ -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'));
        }
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment