Skip to content
Snippets Groups Projects
Unverified Commit 1b53ab69 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3176652 by Erik Frèrejean: Inline documentation references removed...

Issue #3176652 by Erik Frèrejean: Inline documentation references removed function `drupal_installation_attempted`
parent b5421259
No related branches found
No related tags found
7 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage"
......@@ -132,7 +132,7 @@ function install_drupal($class_loader, $settings = [], callable $callback = NULL
// $install_state['installation_finished'] is TRUE. In case the last task
// has been processed, remove the global $install_state, so other code can
// reliably check whether it is running during the installer.
// @see drupal_installation_attempted()
// @see \Drupal\Core\Installer\InstallerKernel::installationAttempted()
$state = $install_state;
if (!empty($install_state['installation_finished'])) {
unset($GLOBALS['install_state']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment