As uncovered at
#2350711: Update module fails on installation β
, it's sort of fragile and weird for us to be setting the 'install_time' state only in \Drupal\Core\Installer\Form\SiteConfigureForm::submitForm(). It should really happen in install_finished(). That way, if folks alter the installer form, or use drush or other means to install a site, they'll still correctly have this state variable set.
Once we do this, \Drupal\Core\Installer\Form\SiteConfigureForm will no longer be using the state service at all, so we also need to deprecate that service from the form.
install_finished().\Drupal\Core\Installer\Form\SiteConfigureForm.N/A
N/A
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.