Skip to content
Snippets Groups Projects
Verified Commit 8ece9928 authored by Dave Long's avatar Dave Long
Browse files

Issue #3456979 by joachim: add a comment to install.core.inc about the updated container

(cherry picked from commit a9472458)
parent d5deca47
Branches
Tags
5 merge requests!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #209350 passed with warnings
Pipeline: drupal

#209364

    Pipeline: drupal

    #209355

      ......@@ -426,6 +426,8 @@ function install_begin_request($class_loader, &$install_state) {
      $kernel::bootEnvironment();
      $kernel->setSitePath($site_path);
      $kernel->boot();
      // Get the new version of the container from the kernel. This is now a
      // complete container with all services.
      $container = $kernel->getContainer();
      // If Drupal is being installed behind a proxy, configure the request.
      ReverseProxyMiddleware::setSettingsOnRequest($request, Settings::getInstance());
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment