Closed omahm closed 4 years ago
I was looking over https://github.com/platformsh-templates/drupal8/blob/master/web/sites/default/settings.platformsh.php#L26 and noticed that drupal_installation_attempted() has been deprecated in favour of \Drupal\Core\Installer\InstallerKernel::installationAttempted()
This is included in #9, currently blocked on a critical installer bug in Drupal core.
I was looking over https://github.com/platformsh-templates/drupal8/blob/master/web/sites/default/settings.platformsh.php#L26 and noticed that drupal_installation_attempted() has been deprecated in favour of \Drupal\Core\Installer\InstallerKernel::installationAttempted()