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
No related branches found
Tags 8.x-1.4
1 merge request!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #209350 passed with warnings with stages
in 8 minutes and 28 seconds
......@@ -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.
Finish editing this message first!
Please register or to comment