By berdir on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0
Issue links:
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