Change record status: 
Project: 
Introduced in branch: 
8.1.x
Introduced in version: 
8.1.0-beta1
Description: 

install_database_errors() is used by core in both the SiteSettingsForm used to configure a site on installation as well as early in install_verify_database_settings() to report problems with the database if a database connection is already defined in settings.php. Previously, this function included a rendered summary of the errors in its return values. This rendered summary is only needed for the site settings form and unnecessarily adds a dependency on the render system for the early installer, so it has been moved into the SiteSettingsForm only. This change is unlikely to affect any code outside Drupal core.

Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done