Change record status: 
Project: 
Introduced in branch: 
8.8.x
Introduced in version: 
8.8.0
Description: 

The function has been deprecated, the replacement \Drupal\Core\Installer\InstallerKernel::installationAttempted() should be used instead.

Before

drupal_installation_attempted();

After

\Drupal\Core\Installer\InstallerKernel::installationAttempted();
Impacts: 
Module developers